Yes I wrote about problem with show() , too
is matplotlib seriouse project
Sandy
Hi,
I am a real newbie at matplotlib, so I apologize if this is an obvious
question.
I am running ipython in emacs and while the first time I use the show()
command in the ipython buffer the graph
morever
computer gets stuck for code
from multiprocessing import Process
from matplotlib.pyplot import plot, show
def plot_graph(*args):
for data in args:
plot(data)
show()
p = Process(target=plot_graph, args=([1, 2, 3],))
p.start()
print 'yay'
print 'computation continues.
sorry
but nothing from
http://stackoverflow.com/questions/458209/is-there-a-way-to-detach-matplotlib-plots-so-that-the-computation-can-continue
working on Vista for Wings IDE
do you use it for LInux?
Sandy
> Date: Tue, 18 May 2010 18:14:11 -0400
> From: alan.is...@gmail.com
> To: matp
' to
> matplotlib-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
> matplotlib-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Matplotlib-users diges
Hello friends,
no body can answer on first obvious question of Matplotlib???!
Sandy
> From: matplotlib-users-requ...@lists.sourceforge.net
> Subject: Matplotlib-users Digest, Vol 48, Issue 19
> To: matplotlib-users@lists.sourceforge.net
> Date: Thu, 13 May 2010 18:18:52 +