Stan Schymanski wrote:
> Dear all,
> 
> Since version 3.3, the option "pylab.axis([xmin,xmax,ymin,ymax])"
> leads to an error. Does anyone know what is going wrong there and how
> to get around it?
> 
> Example generated in a Sage 3.4 notebook:
> 
> import pylab
> pylab.clf()
> pylab.figure(1)
> pylab.plot([0,1,2],[0,1,2],'b+')
> pylab.axis([0,3,0,3])
> pylab.savefig('foo.png')
> 
> Traceback (click to the left for traceback)
> ...
> TypeError: function not supported for these types, and can't coerce
> safely to supported types
> 
>

Could you click to the left for the full traceback and post that?

Thanks,

Jason


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

Reply via email to