It seems I can't make the option FrameTick work for a LogLogPlot. I tried specified the Log of the values were I want the ticks but that doesn't work either.
How does this work ?
|
It seems I can't make the option How does this work ? |
|||
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
LogLogPlot[x^2 + x^3, {x, 1, 100}, Frame -> True, FrameTicks -> {{All, None}, {{10, 30, 75}, None}}]Can you post the code that didn't work for you? – rm -rf♦ Oct 8 '12 at 15:38FrameTickwithout 's' at the end. Might that be the problem? Posting the code, as rm -rf suggests, is the way to prevent us from mere guessing. – Sjoerd C. de Vries Oct 8 '12 at 19:30