This probably doesn't help, but there is a method in axes.py called
"tasteless_tick_marks" which I guess you have to figure out how to use
somehow.

sage: from sage.plot.axes import Axes
sage: P = plot(x^2,2,10)
sage: Axes(P)._tasteless_ticks(2,10, 10)

([9.1999999999999993,
  8.4000000000000004,
  2.0,
  4.4000000000000004,
  6.0,
  5.2000000000000002,
  10.0,
  6.8000000000000007,
  3.6000000000000001,
  7.6000000000000005,
  2.7999999999999998],
 9.1999999999999993,
 0.80000000000000004)

I couldn't figure it out though.


On Sat, Nov 1, 2008 at 9:35 AM, Michel <[EMAIL PROTECTED]> wrote:
>
> I would like to make a simple 2D plot of a function. However I cannot
> figure out from the manual how to specify the frequency of the tick
> marks. Currently they seem to be multiples of 2.5 and I would like
> them to be multiples of 1.0.
>
> Any help?
>
> Regards,
> Michel
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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