On 9/1/11 2:16 PM, MathLynx wrote:
plot(2*x^3-5*x^2-x+1,(x,.3819,.382),hue=1,thickness=2,ticks=[.
00005,None])
Try this:
from matplotlib import ticker
plot(2*x^3-5*x^2-x+1,(x,.3819,.382),hue=1,
thickness=2,ticks=[.00005,None],
tick_formatter=ticker.FormatStrFormatter('%g'))
Do:
from matplotlib import ticker
ticker?
to read some more of the documentation for formatters that you could use.
Thanks,
Jason
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org