Dear all,

I am not sure if this bug was introduced after version 3.2., but I
previously only noticed something similar when using pylab for
plotting. If I type the following code in a notebook in sage 3.3, I
get a plot where the top including the y-axis label is cut off.

a1 = 420.35
a2 = 170.35
fswd(x) = a2+(a1-a2)*cos(x*pi/180)^1.8
P = plot(fswd(x),0,90)
P.axes_labels(['$lat.$', '$F_{swd}$ (W m$^{-2}$)'])
P

I am getting this problem quite often these days. Hope it is easy to
fix.

Cheers,
Stan
--~--~---------~--~----~------------~-------~--~----~
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