Hi. I wrote a socket server in python that accepts up to two data
arrays and should plot them using matplotlib. Unfortunately, when I
made my server multi-threaded I ran into some very strange issues. I
can't figure out what exactly is happening so I can't fix it. If anyone
knows what is go
Oops, forgot to copy the list.
Hi Emmanuel,
Emmanuel wrote:
Hi,
I got the setup.py given by Werner in an old thread (message from
april 4th 2007). I putted code thereafter.
This is probably out of date for 0.90.
I attach the one I updated at some point, also I am not sure that how I
deal wi
Hi,
I got the setup.py given by Werner in an old thread (message from april 4th
2007). I putted code thereafter.
I installed matplotlib 0.90.1/ python 2.5 on windows XP
When I run the setup, it make an exception when using
matplotlib.get_py2exe_datafiles() :
--> 13 mpdir, mpfiles = matplotlib.g
Please ignore this question...
- Original Message -
From: Daniel Fish
To: Matplotlib-users@lists.sourceforge.net
Sent: Tuesday, September 18, 2007 11:21 AM
Subject: [Matplotlib-users] runtime error
Could anyone explain why I get a runtime error when using pylab.ion? (see
Could anyone explain why I get a runtime error when using pylab.ion? (see below)
I am running the latest version of matplotlib on Python 2.5 (windows)
Thanks,
Daniel Fish
#---Offending code
import pylab
pylab.ion()
pylab.plot(range(10))
#-
E
Hi,
I got the setup.py given by Werner in an old thread (message from april 4th
2007). I putted code thereafter.
I installed matplotlib 0.90.1/ python 2.5 on windows XP
When I run the setup, it make an exception when using
matplotlib.get_py2exe_datafiles() :
--> 13 mpdir, mpfiles = matplotlib.g
> lg=legend(...)
> lg.get_frame().set_linewidth(0.1)
>
> > Also, if there is a way of creating the legend without the border at
> > all, I would be happy to hear about it.
>
> Does setting the line width to zero do what you want?
Works like a charm. Thanks!
YVES
-
"yves frederix" <[EMAIL PROTECTED]>
writes:
> I was wondering if it is possible to change the line width of the
> border around a legend.
Yes, e.g.
lg=legend(...)
lg.get_frame().set_linewidth(0.1)
> Also, if there is a way of creating the legend without the border at
> all, I would be happy to
Hi all,
I was wondering if it is possible to change the line width of the
border around a legend. For a standard sized figure the default value
is ok, but when creating the figures directly at the correct size for
use in a document (=smaller), the lines are too wide. Also, if there
is a way of cre