I tried directly the setup.py, it does not work with wxcursor_demo.py
My first try was modifying the following in the setup.py :
#mpldata = glob.glob(r'C:\Python24\share\matplotlib\*')
mpldata=[]
for di in allsubdirs(r'C:\Python24\Lib\site-packages\matplotlib'):
ti=di+'*.py*'
mpldata=mp
Hi,
I have plotted my data (x,y) to line plot without axis
adjustments right. But if I scale y axis (with 'axis')
and cut some maximal values of y data out, it seems
that y is drawn within new margins of y axis, but just
translated some way. (small graphs PNG attached). PNG
made with savefig has d
Deat Matplotlib Users,
I have to plot the frequency response of many filters on one
plot, and have to take a printout, necessarily black and white. Now, I
would like to use symbols at frequent intervals as well, for easy
distinguishing. Now, I wanted to know whether it is possible to have
the lege
Derek Hohls wrote:
> Hi
>
> I appreciate that this is a totally voluntary support list, but
> I was wondering what the protocol was when queries that
> I have posted go unanswered...
>
> Should I -
> (a) repost them "as is"?
> (b) rewrite them slightly and post them again
Probably the best app
Importing matplotlib I get the warning message
/usr/local/gltools/python/Python-2.5/linux/lib/python2.5/site-packages/matplotlib-0.87.7-py2.5-linux-i686.egg/matplotlib/__init__.py:155:
UserWarning: Module matplotlib was already imported from
/usr/local/gltools/python/Python-2.5/linux/lib/python2
Hi
I appreciate that this is a totally voluntary support list, but
I was wondering what the protocol was when queries that
I have posted go unanswered...
Should I -
(a) repost them "as is"?
(b) rewrite them slightly and post them again
(c) assume no one has any interest in answering them (and g
Dears,
I succeeded embedding figure, plot, hist and bar into PyQt3 and PyQt4 with the
suggestion of the examples.
But I don't see anywhere how I can do the same thing for the 3D plots.
Does anyone have some idea or piece of code?
Many thanks
Olivier
Hi,
Emmanuel Favre-Nicolin wrote:
Le lundi 25 décembre 2006 16:00, Allan Noriel Estrella a écrit :
Has anyone tried freezing matplotlib embedded in a wx app (using py2ece,
cx_freeze or pyinstaller)? The setup.py in the FAQ seems to be outdated. I
want to freeze the embedding_in_wx.py in the