Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Notebook editing and interactive plotting (jquery?)

Received: by 10.210.39.2 with SMTP id m2mr36855ebm.14.1235489220057;
        Tue, 24 Feb 2009 07:27:00 -0800 (PST)
Return-Path: <gcmss-sage-deve...@m.gmane.org>
Received: from ciao.gmane.org (main.gmane.org [80.91.229.2])
        by mx.google.com with ESMTP id 13si393744ewy.6.2009.02.24.07.26.59;
        Tue, 24 Feb 2009 07:26:59 -0800 (PST)
Received-SPF: pass (google.com: domain of gcmss-sage-deve...@m.gmane.org designates 80.91.229.2 as permitted sender) client-ip=80.91.229.2;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcmss-sage-deve...@m.gmane.org designates 80.91.229.2 as permitted sender) smtp.mail=gcmss-sage-deve...@m.gmane.org
Received: from list by ciao.gmane.org with local (Exim 4.43)
	id 1LbzBT-0008OV-1n
	for sage-devel@googlegroups.com; Tue, 24 Feb 2009 15:26:59 +0000
Received: from good.math.iastate.edu ([129.186.62.185])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <sage-devel@googlegroups.com>; Tue, 24 Feb 2009 15:26:59 +0000
Received: from jason-sage by good.math.iastate.edu with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <sage-devel@googlegroups.com>; Tue, 24 Feb 2009 15:26:59 +0000
X-Injected-Via-Gmane: http://gmane.org/
To: sage-devel@googlegroups.com
From:  Jason Grout <jason-s...@creativetrax.com>
Subject:  Re: Notebook editing and interactive plotting (jquery?)
Date:  Tue, 24 Feb 2009 09:27:26 -0600
Lines: 14
Message-ID: <go13jr$g76$1@ger.gmane.org>
References:  <a38fbd6a-d42d-4fce-aae2-bb5a83d5ea01@m40g2000yqh.googlegroups.com>  <gnu26i$hhb$3@ger.gmane.org> <f3c595c60902230532q2cfb529cr208d1408bf9e95ff@mail.gmail.com>  <e1aa941d-4067-41b5-b699-74c2cb958303@o11g2000yql.googlegroups.com>  <gnukn9$uh2$2@ger.gmane.org> <21a8ebf8-3554-4fd3-9d5c-c9c6c9984f18@l38g2000vba.googlegroups.com>  <dcd152d7-21e7-419e-80ee-1919a669bc56@s20g2000yqh.googlegroups.com>  <gnus03$13c$1@ger.gmane.org> <07d69f18-d73e-427e-8c3d-e82b8cf889d3@v42g2000yqj.googlegroups.com>  <gnv5hc$13c$5@ger.gmane.org> <b52b3f59-0aeb-4a6c-b891-977bf9a961ff@q35g2000vbi.googlegroups.com>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding:  7bit
X-Complaints-To: use...@ger.gmane.org
X-Gmane-NNTP-Posting-Host: good.math.iastate.edu
User-Agent: Thunderbird 2.0.0.19 (X11/20090105)
In-Reply-To: <b52b3f59-0aeb-4a6c-b891-977bf9a96...@q35g2000vbi.googlegroups.com>
Sender: news <n...@ger.gmane.org>

kcrisman wrote:
> Just some clarification - is the idea being discussed to use FLOT for
> the notebook and matplotlib for the command line, some combination of
> the above, or neither?  Also, what are things matplotlib can do that
> something like FLOT couldn't (I assume there are a lot of them)?  I
> ask out of ignorance.


I think having a viewer='flot' would work well, so that you would do:

p=plot(x^2, (x,0,10))
show(p, viewer='flot')

Jason