[Matplotlib-users] multiarray.so import issues

2011-01-19 Thread Sandy Oz
Hello everyone, I'm trying to build a distribution directory for a wxpython app that integrates matplotlib. I want to give the user all the packages that he/she needs without them having to install anything. I was able to do this successfully on windows by using py2exe. However, when on Unix

Re: [Matplotlib-users] UNIX_import pyplot:_path.so: symbol _ZNSs4_Rep20_S_empty_rep_storageE:referenced symbol not found

2011-01-19 Thread Clément PORNET
Paul, Thanks for your quick response to help me handling this problem. As proposed, I removed the Matplotlib module (and the /build) and reinstalled it. Unfortunately I still obtain the same import error. I use the latest Numpy version 1.5.1. To compile Matplotlib I use gcc. For

Re: [Matplotlib-users] X11 Window information for plots

2011-01-19 Thread Ryan May
On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele jochen.deib...@ntnu.no wrote: todd rme wrote on 19.01.2011 04:40:   The class, on the other hand, seems to be an application-specific   description of what the role is within the application.  I think this   should probably be figure. Just an

Re: [Matplotlib-users] X11 Window information for plots

2011-01-19 Thread Jochen Deibele
Ryan May wrote on 19.01.2011 16:00: On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibelejochen.deib...@ntnu.no wrote: todd rme wrote on 19.01.2011 04:40: The class, on the other hand, seems to be an application-specific description of what the role is within the application. I think

Re: [Matplotlib-users] [SciPy-User] (no subject)

2011-01-19 Thread Benjamin Root
On Tue, Jan 18, 2011 at 5:32 PM, Alex Liberzon alex.liber...@gmail.comwrote: Hi, While moving from Matlab to Numpy/Scipy/Matplotlib I need sometimes to work with Matlab figures. It would be nice if we could load Matlab figures in Python, extract the data and some basic parameters of how it

[Matplotlib-users] Axis font and exponent questions

2011-01-19 Thread Nicholas Devenish
Hi, I have a few questions on formatting axis labels, when using the ScalarFormatter class (which appears to be the basic standard). Firstly, is there a general method to change the font size of all labels on the axis, other than looping over them such as in: [x.set_fontsize(10) for x in

Re: [Matplotlib-users] X11 Window information for plots

2011-01-19 Thread Benjamin Root
On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele jochen.deib...@ntnu.nowrote: Hi! todd rme wrote on 19.01.2011 04:40: The class, on the other hand, seems to be an application-specific description of what the role is within the application. I think this should probably be figure.

Re: [Matplotlib-users] Axis font and exponent questions

2011-01-19 Thread Benjamin Root
On Wed, Jan 19, 2011 at 9:16 AM, Nicholas Devenish misnomer+matplot...@gmail.com misnomer%2bmatplot...@gmail.com wrote: Hi, I have a few questions on formatting axis labels, when using the ScalarFormatter class (which appears to be the basic standard). Firstly, is there a general method to

Re: [Matplotlib-users] X11 Window information for plots

2011-01-19 Thread todd rme
On Wed, Jan 19, 2011 at 10:22 AM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele jochen.deib...@ntnu.no wrote: Hi! todd rme wrote on 19.01.2011 04:40:   The class, on the other hand, seems to be an application-specific   description of what the role

[Matplotlib-users] Beginner and plotting CFD data from file

2011-01-19 Thread sgee
I'm a CFD student and I wish to learn to make high-quality plots from my calculations using matplotlib. However, I'm a complete novice in using matplotlib and python and I didn't find any earlier posts so here goes. I have data form Ansys Fluent in the following form continuity x-velocity

[Matplotlib-users] (no subject)

2011-01-19 Thread Alex Liberzon
Hi, While moving from Matlab to Numpy/Scipy/Matplotlib I need sometimes to work with Matlab figures. It would be nice if we could load Matlab figures in Python, extract the data and some basic parameters of how it was looking in Matlab and create its clone in matplotlib. At present the Matlab

Re: [Matplotlib-users] [SciPy-User] (no subject)

2011-01-19 Thread todd rme
On Wed, Jan 19, 2011 at 10:16 AM, Benjamin Root ben.r...@ou.edu wrote: On Tue, Jan 18, 2011 at 5:32 PM, Alex Liberzon alex.liber...@gmail.com wrote: Hi, While moving from Matlab to Numpy/Scipy/Matplotlib I need sometimes to work with Matlab figures. It would be nice if we could load

Re: [Matplotlib-users] Beginner and plotting CFD data from file

2011-01-19 Thread Benjamin Root
On Tue, Jan 18, 2011 at 5:33 PM, sgee jaakko@gmail.com wrote: I'm a CFD student and I wish to learn to make high-quality plots from my calculations using matplotlib. However, I'm a complete novice in using matplotlib and python and I didn't find any earlier posts so here goes. I have