Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8960

Re: interactive plots

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python?': 0.05; 'wxpython': 0.07; 'python': 0.08; 'wed,': 0.12; 'am,': 0.13; 'gui': 0.13; 'wrote:': 0.15; 'library': 0.15; 'cc:name:python list': 0.16; 'disappear.': 0.16; 'matplotlib': 0.16; 'cc:addr :python-list': 0.16; 'cc:2**0': 0.21; 'this?': 0.22; 'header:In- Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; 'does': 0.32; 'received:google.com': 0.38; 'received:209.85.161': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'either': 0.39; 'received:209': 0.40; 'click': 0.79
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=LsE1FMVZdZz07W/Jqwlgj9f7fuVPDAGPFNg6rONeqHs=; b=nAxsXlsLTLDx2KWodAcwCrASf934qwVfFqeI4jM/MniUqtMyQOuwjqsDoVZl9o82cs ZqmaGFsoqtJFrSQ5RSK0RLn1F/4SRqWndGjNPx2WVmIuLR3iCavle1+G48T64CM3Wipr cHkYI81VjBXidzvszTYp+lqZfm/bSWuSlkVqw=
MIME-Version 1.0
In-Reply-To <CAGGWHE5-JTx61UOok7Dqe2XXhffmCF6nQ7MS+n3=K-FhhHyJvg@mail.gmail.com>
References <CAGGWHE5-JTx61UOok7Dqe2XXhffmCF6nQ7MS+n3=K-FhhHyJvg@mail.gmail.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Wed, 6 Jul 2011 10:59:52 -0600
Subject Re: interactive plots
To Mihai Badoiu <mbadoiu@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc Python list <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.708.1309971623.1164.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1309971623 news.xs4all.nl 21776 [2001:888:2000:d::a6]:44625
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:8960

Show key headers only | View raw


On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu <mbadoiu@gmail.com> wrote:
> How do I do interactive plots in python?  Say I have to plot f(x) and g(x)
> and I want in the plot to be able to click on f and make it disappear.  Any
> python library that does this?

Matplotlib can be integrated with either wxPython or PyQt to create
GUI applications with interactive plots.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: interactive plots Ian Kelly <ian.g.kelly@gmail.com> - 2011-07-06 10:59 -0600

csiph-web