On Tue, Jan 18, 2011 at 5:33 PM, sgee 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 data form Ansys F
On Wed, Jan 19, 2011 at 10:16 AM, Benjamin Root wrote:
>
>
> On Tue, Jan 18, 2011 at 5:32 PM, Alex Liberzon
> 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 Matlab figures
>> in Python, e
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
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
On Wed, Jan 19, 2011 at 10:20 AM, todd rme wrote:
> On Wed, Jan 19, 2011 at 10:22 AM, Benjamin Root wrote:
> >
> >
> > On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele
> > wrote:
> >>
> >> Hi!
> >>
> >> todd rme wrote on 19.01.2011 04:40:
> >> > The class, on the other hand, seems to be an appl
On Wed, Jan 19, 2011 at 10:22 AM, Benjamin Root wrote:
>
>
> On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele
> 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 is within the applic
On Wed, Jan 19, 2011 at 9:16 AM, Nicholas Devenish <
[email protected] > 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 change the font size of
On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele 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 is within the application. I think this
> > should probably be "figure".
>
> Just an idea:
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 plt
On Tue, Jan 18, 2011 at 5:32 PM, Alex Liberzon 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 Matlab figures in
> Python, extract the data and some basic parameters of how it was looking in
> Mat
Ryan May wrote on 19.01.2011 16:00:
> On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele
> 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
>> > sh
On Wed, Jan 19, 2011 at 4:48 AM, Jochen Deibele 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 idea: What ab
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".
Just an idea: What about exposing this (or maybe all) of the values in
the api to
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 instanc
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 I
15 matches
Mail list logo