Message from discussion
Notebook editing and interactive plotting (jquery?)
Received: by 10.210.29.11 with SMTP id c11mr401620ebc.18.1235504706078;
Tue, 24 Feb 2009 11:45:06 -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 13si1051059ewy.2.2009.02.24.11.45.05;
Tue, 24 Feb 2009 11:45:05 -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 root by ciao.gmane.org with local (Exim 4.43)
id 1Lc3DC-0003x1-Ms
for sage-devel@googlegroups.com; Tue, 24 Feb 2009 19:45:02 +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 19:45:02 +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 19:45:02 +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 13:45:07 -0600
Lines: 20
Message-ID: <go1in0$f7d$2@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>
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: <gnv5hc$13...@ger.gmane.org>
Sender: news <n...@ger.gmane.org>
Jason Grout wrote:
> I see the "canvas" backend to matplotlib being just like the FLOT tool
> (indeed, maybe one could even use the FLOT library to do it!). The
> matplotlib backend just needs to be able to draw some basic shapes (like
> lines and text) and provide some sort of interface for interaction. All
> of this should be documented in the matplotlib docs and/or code, and
> help is available on the matplotlib list.
>
> That said, I haven't actually developed a matplotlib backend. If one
> were interested in working on a canvas (or even a FLOT) backend to
> matplotlib, it would probably be best to take things to the matplotlib list.
I posted a message to the matplotlib-devel list, and the reply is here:
http://sourceforge.net/mailarchive/forum.php?thread_name=88e473830902240812h7a31be73gd13b549c71284e4c%40mail.gmail.com&forum_name=matplotlib-devel
Jason