Thx again Jason! Great!
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
On 7/26/11 12:47 PM, Dox wrote:
Sorry for bothering you again... but I got another question.
I plot the following command:
q = plot(tanh(x), (x,-5,5), ticks=[[-1,1],[]],
tick_formatter=ticker.IndexFormatter([r"$-\frac{\delta}{2}$",r"$
\frac{\delta}{2}$"]), axes_labels=[r"$\xi$",r"$\phi$"], font
Sorry for bothering you again... but I got another question.
I plot the following command:
q = plot(tanh(x), (x,-5,5), ticks=[[-1,1],[]],
tick_formatter=ticker.IndexFormatter([r"$-\frac{\delta}{2}$",r"$
\frac{\delta}{2}$"]), axes_labels=[r"$\xi$",r"$\phi$"], fontsize=15,
thickness=2)
q.show()
an
On 7/26/11 5:53 AM, Dox wrote:
Thank you Jason...
Your suggestion has been incredible!
Great! I'm glad it worked.
Matplotlib has some *very* powerful and easy features. We're really
glad that they form the backbone of our 2d graphics.
Jason
--
To post to this group, send email to sage-
Thank you Jason...
Your suggestion has been incredible!
DoX
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/sage-s
On 7/25/11 12:29 PM, Dox wrote:
Hi again.
I've seen the documentation for plot. However, the last of the points I
highlight seems to be not possible.
It is, but you have to follow the pointers in the documentation to the
further documentation in matplotlib. In the Sage documentation for
tic
Hi again.
I've seen the documentation for plot. However, the last of the points I
highlight seems to be not possible.
I'd like to change the numerical ticks (1,2,3,4) by alphabetical ones (eta,
xi, lambda, rho).
Thank you
--
To post to this group, send email to sage-support@googlegroups.com
On 7/24/11 5:36 PM, Dox wrote:
Hi people,
I have a little doubt about ticks in plots. I'd like to know whether the
following tasks are possible:
* eliminate all ticks of a plot.
* eliminate the dependent variable ticks.
* changing the number by letter, either 1 by \eta and 2 by 2\et