Re: [Matplotlib-users] Matplotlib-users digest, Vol 1 #1206 - 2 msgs

2006-06-02 Thread jules hummon
Enjoy your trip Ma I need to look for a Bike Friday for Steve. He said he was interested/willing to think about loaded touring. He can be the mule! Jules ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge

Re: [Matplotlib-users] Bike Friday and mules -- please disregard

2006-06-02 Thread jules hummon
Darned slow email tool; chose the wrong message Slow brain in checking actual "send to" address My apologies. Jules ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

[Matplotlib-users] How to remove padding around the drawing?

2006-06-02 Thread Marquardt, Colin
Title: How to remove padding around the drawing? Hi, when I'm plotting something in the most straightforward way, like    from pylab import *    plot([1,2,3])    title('A title')    xlabel('foo')    ylabel('bar')    savefig('test.png') MPL produces an output file that has quite some paddin

Re: [Matplotlib-users] 3d bar plots

2006-06-02 Thread Glen W. Mabey
"Jonathan" == Jonathan Taylor <[EMAIL PROTECTED]> writes: > > Hi, > > Was wondering if anyone knows if there was any way to > reproduce this kind of example: > > http://www.mps.mpg.de/dislin/exa_bars3d.html > > i.e. a 3d barplot. One alternative that exists is Qwt3d: http://qwtplot3d.sour

Re: [Matplotlib-users] 3d bar plots

2006-06-02 Thread Gary Ruben
Hi Jonathan, A couple of people have suggested trying pyqwt. Since the answer is that matplotlib won't do it, why not just use DISLIN? Gary Jonathan Taylor wrote: > > Hi, > > Was wondering if anyone knows if there was any way to reproduce this > kind of > example: > > http://www.mps.mpg.de/di

Re: [Matplotlib-users] histogram

2006-06-02 Thread David Huard
Here it is. Have fun. Suggestions are welcome !David    """Class constructor to compute weighted 1-D histogram.    Usage: Histogram(data, bins=10, range=None, weights=None, normed=False)       Input parameters --    data:  Input array     bins:  Number of bins or

[Matplotlib-users] Question about the data path

2006-06-02 Thread Russell E. Owen
I'm using matplotlib in an application I distribute. For Windows and Mac users I distribute a frozen application which includes python, matplotlib, etc. and I'm wondering how best to include the matplotlib data files. matplotlib searches for its data files in __init__._get_data_path. It seems

[Matplotlib-users] can't get started

2006-06-02 Thread David S .
I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a Windows machine with Python 2.4.2. When I import pylab, I get some Windows message box indicating an error in multiarray.pyd and am kicked out of interactive Python. Thanks for any advice? Peace, David S. ___

Re: [Matplotlib-users] can't get started

2006-06-02 Thread Robert Kern
David S. wrote: > I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a > Windows machine with Python 2.4.2. > > When I import pylab, I get some Windows message box indicating an error in > multiarray.pyd and am kicked out of interactive Python. Please paste the exact er

Re: [Matplotlib-users] can't get started

2006-06-02 Thread Charlie Moad
On 6/2/06, David S. <[EMAIL PROTECTED]> wrote: > I have just installed numpy-0.9.8, scipy-0.4.9, and matplotlib-0.87.2 on a > Windows machine with Python 2.4.2. matplotlib-0.87.2 requires numpy-0.9.6. You will get an error otherwise. ___ Matplotlib-us

Re: [Matplotlib-users] Question about the data path

2006-06-02 Thread Charlie Moad
On 6/2/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > I'm using matplotlib in an application I distribute. For Windows and Mac > users I distribute a frozen application which includes python, > matplotlib, etc. and I'm wondering how best to include the matplotlib > data files. > > matplotlib sear