Hi,

How can I change the distance between axis ticks when plotting in the
notebook. I want to plot a simple 2d graph where the tick interval
would be an integer, eg. 1.

For example:

p = plot(sin, [-10, 10])
p.axes_range(-10, 10, -10, 10)

Currently this will result in a plot where the interval is 2.5.

In gnuplot my request would be possible by using:
set xtics 1
set ytics 1

-exty

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to