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
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
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])
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