Stan Schymanski wrote:
> Hi Jason,
> 
> Thanks for the great work!
> 
> Just to add to the axis labels problem you mentioned, the following
> does not display the y-axis label for me (in notebook):
> 
> P = plot(1.5*x + 0.003,(x,0,0.075))
> P.axes_labels(['$\delta_c$ (m)', '$\delta_h$ (m)'])
> P
> 
> Changing the xmax value a little bit makes it work fine again:
> 
> P = plot(1.5*x + 0.003,(x,0,0.05))
> P.axes_labels(['$\delta_c$ (m)', '$\delta_h$ (m)'])
> P


Are you using the latest version of the patch?  I updated the patch just 
before posting to sage-devel.

Now that "the word is out", I'll make explicitly named versions of the 
patch when I make a change.


Thanks,

Jason


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an 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