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
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
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
"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
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
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
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
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.
___
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
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
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
11 matches
Mail list logo