tlib-users] matplotlib multiple windows comparison
I hadn't spotted you were using the WxAgg backend too - this looks like the
same bug that Brendan reported yesterday.
The easiest solution would be to use another back-end until this is fixed. Do
you have 'TkAgg' available? I c
uot; <
> matplotlib-users@lists.sourceforge.net>
> *Sent:* Tuesday, 12 March 2013 3:08 PM
> *Subject:* Re: [Matplotlib-users] matplotlib multiple windows comparison
>
> Hi Sudheer,
>
> Try the interactive mode (
> http://matplotlib.org/api/pyplot_api.html#matplotlib.pypl
Joseph
Cc: "matplotlib-users@lists.sourceforge.net"
Sent: Tuesday, 12 March 2013 3:08 PM
Subject: Re: [Matplotlib-users] matplotlib multiple windows comparison
Hi Sudheer,
Try the interactive mode
(http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.ion):
Hi Sudheer,
Try the interactive mode (
http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.ion):
>>> import matplotlib.pyplot as plt
>>> plt.ion()
>>> plt.plot(range(10))
[]
**a figure pops up here and hands you back the python command line**
>>>
Regards,
On 12 March 2013 00:04, S
Dear experts,
Is there a way to get back to the prompt after a plot is made and displayed
with out closing the plot?
The objective is to compare to plots or check some aspect about the plot made
from the loaded variables. This is the standardĀ behaviorĀ of matlab after
plotting we get the prompt a