Tell me more ×
Mathematica Stack Exchange is a question and answer site for users of Mathematica. It's 100% free, no registration required.

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 ?

share|improve this question
3  
It seems to work perfectly fine... 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:38
1  
You write FrameTick without '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
I have closed this question because the only apparent interpretation is that you made a typo in your code. If this is not the case please extend your question and @message me or flag the post, and I will reopen it. – Mr.Wizard Oct 9 '12 at 21:08
The problem came from a combined use of a LogLogPlot, then Show, then Overlay, then another Show with a legend. In the need Mathematica was apparently lost. – Cedric H. Oct 10 '12 at 7:54

closed as not a real question by belisarius, Mr.Wizard Oct 9 '12 at 21:07

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.

Browse other questions tagged or ask your own question.