Re: [sage-devel] mpmath and plot incompatibility

2011-03-01 Thread Fredrik Johansson
On Tue, Mar 1, 2011 at 4:30 AM, Francois Bissey wrote: >> On Mon, 28 Feb 2011 at 01:26PM -0800, jtyard wrote: >> > I'm running sage 4.6.1 and cannot use plot after loading mpmath. >> > Namely, running >> > >> > > from mpmath import * >> > > plot(lambda t: sin(2*pi*t), [1, 4]) >> > >> > produces no

Re: [sage-devel] mpmath and plot incompatibility

2011-02-28 Thread Francois Bissey
> On Mon, 28 Feb 2011 at 01:26PM -0800, jtyard wrote: > > I'm running sage 4.6.1 and cannot use plot after loading mpmath. > > Namely, running > > > > > from mpmath import * > > > plot(lambda t: sin(2*pi*t), [1, 4]) > > > > produces no output in the notebook. I'm loading mpmath because I need >

Re: [sage-devel] mpmath and plot incompatibility

2011-02-28 Thread Dan Drake
On Mon, 28 Feb 2011 at 01:26PM -0800, jtyard wrote: > I'm running sage 4.6.1 and cannot use plot after loading mpmath. > Namely, running > > > from mpmath import * > > plot(lambda t: sin(2*pi*t), [1, 4]) > > produces no output in the notebook. I'm loading mpmath because I need > to make plots of

[sage-devel] mpmath and plot incompatibility

2011-02-28 Thread jtyard
Hi, I'm running sage 4.6.1 and cannot use plot after loading mpmath. Namely, running > from mpmath import * > plot(lambda t: sin(2*pi*t), [1, 4]) produces no output in the notebook. I'm loading mpmath because I need to make plots of theta functions, and the page http://mpmath.googlecode.com/sv