Tagged Questions
4
votes
2answers
163 views
rotating 3d text
Is it possible to create a 3d rotating text like this:
animation here.
Here is my try so far:
...
3
votes
3answers
141 views
Label points in plot with a text
I'm a newbie at Mathematica and I couldn't find how to label the maximum and the zero of a simple function in Plot with their names:
...
2
votes
2answers
150 views
3D scatter plot from a txt file
I have a txt file with space-delimited x, y, z coordinates of several points. The points are organized into groups of unequal size; the groups are delimited by skipping a line, like this:
...
2
votes
2answers
174 views
How can I italicize FrameLabel directives?
Suppose that I use Frame -> True in Plot. Then I can use ...
6
votes
4answers
2k views
subscripts in plot axis labels
Superscripts can be included in axis labels by the use of the caret symbol (e.g., Plot[x^2, {x, -1, 1}, AxesLabel -> {x, x^2}]).
How does one include subscripts ...