Linked Questions
10 questions linked to/from Extract ticks from plot
216 votes
26 answers
19k views
What are some useful, undocumented Mathematica functions?
There have already been some questions about some undocumented functionality in Mathematica. Such as (please add to these lists!) How can one find undocumented options or option values in Mathematica?...
125 votes
7 answers
8k views
What is the most convenient way to read definitions of in-memory symbols when we don't have the source files? (Spelunking tools)
Note: I put Simon's implementation on GitHub. Contributions welcome! When trying to read the definition of already defined (package or built-in) symbols using ...
49 votes
3 answers
1k views
Is FullGraphics an abandoned function? Is there an alternative?
FullGraphics hasn't worked entirely for a long time and the situation appears to be getting worse instead of better. In Mathematica 10.0, 10.1, 11.3, 12.3 up to 13....
26 votes
1 answer
1k views
More Ticks::ticks errors in AbsoluteOptions in v10
Bug introduced in 7.0 or earlier, fixed in 13.0. While the specific bug affecting Plot described in AbsoluteOptions prints error messages in V10 has been fixed in ...
1 vote
2 answers
6k views
How to adjust axes of a plot
i trying to adjust the "resolution" of the axes of my plots, that is to say, i wants modify the values of y-axis so that I represent the values with two decimals after the point. This are myy two ...
8 votes
1 answer
1k views
How to add ticks without losing the default ones?
I am trying to add some ticks but I would like the default ticks on the $x$-axis to keep appearing. If I use the following they vanish: ...
9 votes
1 answer
720 views
AbsoluteOptions doesn't return correct option value of Ticks
This has been fixed in version 13.0. Also seems to work with explicit Automatic, None, All ...
4 votes
1 answer
736 views
How can I rotate the x and y axis?
I would like to know if it is possible to carry out a rotation involving the x and y axis (the gridline too) cause I know how to do it with a vector and an arrow but not with the axis.
3 votes
0 answers
695 views
How *does* Mathematica generate ticks and tick values?
This question has sort of been asked before in various guises (e.g. here and here), but the answers given there do not answer the question I'm posing. Before I pose my question, a definition. Let use ...
2 votes
1 answer
169 views
Drop some of the Automatic ticks
Is there a way to drop some of the ticks automatically produced by Mathematica in a 3D plot? I would like to drop, say, the first one of the z-axis since it overlaps with the last one of the y-axis.