See also http://trac.sagemath.org/sage_trac/ticket/4529 where this is being tracked.
On Jun 13, 5:48 am, Rajeev Singh <[email protected]> wrote: > Hi, > > One way using pylab is following - > > sage: import pylab as plt > sage: x = plt.array([2^ii for ii in range(10)]) > sage: y = x^2 > sage: plt.loglog(x, y, '.') > [<matplotlib.lines.Line2D object at 0x5265d50>] > sage: plt.savefig('/home/rajeev/a.png') > > Hope it helps. > > Rajeev -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
