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: 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: References: From: Ian Kelly Date: Wed, 6 Jul 2011 10:59:52 -0600 Subject: Re: interactive plots To: Mihai Badoiu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Python list X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu wrote: > How do I do interactive plots in python? =A0Say 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. = =A0Any > python library that does this? Matplotlib can be integrated with either wxPython or PyQt to create GUI applications with interactive plots.