> I remember that the axes labelling in plot() has been discussed a
> while ago, but it seems that it still has not been fixed. If the range
> on the y-axis contains only very small numbers, the labels disappear
> altogether. Example:
>
> plot(2^(-20*x),(x,1,10))
>
> This is in sage-4.0.2. Does anyone know if a ticket for this already
> exists or is anyone working on plot()?

There are several tickets for working on that aspect of plotting.  #
5649 seems most closely related, though # 5448, if finished, might
solve a whole slew of the issues at once.  # 1431 has been unresolved
for a year and a half!

More concretely, one problem is that plot/axes.py is not very well
documented.  However, you might want to look at _tasteful_ticks and
_draw_axes_labels.  Or you might want to try to finish # 5448.  :)

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to