Tagged Questions
1
vote
0answers
52 views
How can I convert a plot to pdf or eps without errors?
Mathematica 9.0.1, Linux. I try to save a plot as a pdf. I tried four different options. In each case some errors appeared as blank space
( http://yadi.sk/d/h1koyDci4z3rc ). I also tried to save ...
1
vote
2answers
81 views
Reversing the ColorScheme used in an ArrayPlot and setting the font size in the color bar
I have a matrix of data that I am plotting via ArrayPlot.
...
2
votes
2answers
97 views
Why do Plot and ListPlot use the last PlotStyle when only one thing is plotted?
When a list of PlotStyles is given, ListPlot behaves as expected when there are multiple things to plot:
...
5
votes
4answers
138 views
10
votes
7answers
341 views
How to dynamically toggle curves on/off in a crowded Plot?
When multiple curves appear in a single plot, it is useful to interactively turn certain curves on or off to visually compare smaller numbers of curves. It is trivial to put a quick dynamic together, ...
8
votes
1answer
101 views
How can I get LineLegend to pick up my plot's BaseStyle?
The new legends functionality in version 9 really simplifies creating legends, and it automatically picks up the styles of the lines.
...
4
votes
1answer
109 views
Row inside FrameLabel doesn't work in Mathematica 9
So as to automate/customize plot titles I use Row inside e.g. FrameLabel:
FrameLabel -> {"x", "y", Row[...]}
Now with ...
4
votes
2answers
352 views
How can I recreate Trott's Riemann Surface plot in Mathematica?
In reading Michael Trott's Visualization of Riemann Surfaces of Algebraic Functions, he has:
...
4
votes
2answers
156 views
How to prevent the loss of Tooltip when using ListLinePlot?
Version 9, windows 7:
When I use ListLinePlot Tooltip does not work any more. It seems to have been lost somewhere. With same data, Tooltip works ok using ...
6
votes
0answers
111 views
Break[] inside ColorFunction
f[x_?NumericQ]:= (Do[Break[],{i,1,2}];x)
Plot[x,{x,0,1},ColorFunction->(ColorData["Rainbow"][f[#]]&)]
Break::nofwd: No enclosing For, While, or Do found ...
