Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.008 X-Spam-Evidence: '*H*': 0.98; '*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; 'disappear.': 0.16; 'matplotlib': 0.16; 'this?': 0.22; 'header:In-Reply-To:1': 0.22; 'interface': 0.23; 'kelly': 0.30; 'received:209.85.210.46': 0.30; 'received:mail-pz0-f46.google.com': 0.30; 'message-id:@gmail.com': 0.32; 'does': 0.32; 'to:addr:python-list': 0.34; 'header:User- Agent:1': 0.34; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'either': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'click': 0.79; 'received:home': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=kwP0ZNPMv0TptG+R+9PkWNdLCO8C84JBhkBeN1Kpgl0=; b=qC46hGTrPI4lwHu2SHo2pdS3foebWtR7OfwnYBG8s6q15uNYrRYxu/tggGfPpq18ek 7yzbYXYlUTxc4yKPOqe2LUEB2h2IJ0VN5zUJ9juneo85mZ4zPHsQnmlZEmTmcxggPYIZ 6q+Axuortbhfd1u8HRb4OOBolgjJ6qKLp5s7A= Date: Wed, 06 Jul 2011 10:57:54 -0700 From: Steven Howe User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: python-list@python.org Subject: Re: interactive plots References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 1309975085 news.xs4all.nl 21798 [2001:888:2000:d::a6]:44848 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:8967 On 07/06/2011 09:59 AM, Ian Kelly wrote: > On Wed, Jul 6, 2011 at 9:04 AM, Mihai Badoiu 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. PyGTK interface too.