On Apr 12, 4:03 pm, Alec Mihailovs <[email protected]> wrote:

> Also, the show command should be replaced with savefig - something
> like in the following example,

That could be also done without changing the examples on the brian's
webpage, by redefining show() as

def show():
    from matplotlib.pyplot import savefig
    return savefig('sage0.png')

Alec

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe, reply using "remove me" as the subject.

Reply via email to