| Author |
Comment/Response |
Forum Moderator
email me
 |
09/14/01 10:27am
Please provide a sample plot for evaluation.
You can see what Mathematica is plotting by looking at the InputForm of the plot.
E.g.
In[1]:= gr=Plot[x, {x, 0, 1}]
In[2]:= InputForm[gr]
Tom Zeller
URL: , |
|