Hi everyboydy!

Is there any way to display Sage plots in inline mode? I've tried sage ipython notebook -pylab=inline but It did not work.


Declaring %pylab inline does not help, for example:

>>> from sage.all import*
>>> t = var('t')
>>> plot(sin(t), 0, 2*pi)

n _plot_args(self, tup, kwargs)
    290             tup = tup[:-1]
    291         elif len(tup) == 3:
--> 292             raise ValueError('third arg must be a format string')
    293         else:
    294             linestyle, marker, color = None, None, None

ValueError: third arg must be a format string

Thanks!

Jose

--
Jose Guzman
http://www.ist.ac.at/~jguzman/

--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to