[sage-devel] Re: mpmath and plot incompatibility

2011-03-01 Thread Jason Grout
On 3/1/11 1:37 PM, Fredrik Johansson wrote: On Tue, Mar 1, 2011 at 3:43 PM, Jason Grout wrote: On 3/1/11 3:58 AM, Fredrik Johansson wrote: 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 p

Re: [sage-devel] Re: mpmath and plot incompatibility

2011-03-01 Thread Fredrik Johansson
On Tue, Mar 1, 2011 at 3:43 PM, Jason Grout wrote: > On 3/1/11 3:58 AM, Fredrik Johansson wrote: >> >> 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 mpma

[sage-devel] Re: mpmath and plot incompatibility

2011-03-01 Thread Jason Grout
On 3/1/11 3:58 AM, Fredrik Johansson wrote: 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])

[sage-devel] Re: mpmath and plot incompatibility

2011-02-28 Thread Jason Grout
On 2/28/11 3:26 PM, jtyard wrote: 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 pag