I want to format my graph as in MS-Excel. I don't know what term to use for
this.
It looks like the X-axis has 2 labels on them.
http://old.nabble.com/file/p28579609/omp_parallel.png
I have showed it in the image that is generated from Excel. I want to have
exactly the same
using matplotlib.
C
Thanks, that was helpful.
On Sunday 16 May 2010 02:23:02 pm Eric Firing wrote:
> On 05/16/2010 10:19 AM, Philipp K. Janert wrote:
> > Let's say I am running an interactive session
> > (ipython -pylab), and now issue the following
> > commands:
> >
> > x = linspace(0, 10, 100 )
> > plot( x
On 05/16/2010 10:19 AM, Philipp K. Janert wrote:
>
> Let's say I am running an interactive session
> (ipython -pylab), and now issue the following
> commands:
>
> x = linspace(0, 10, 100 )
> plot( x, sin(x) )
> ylim( -2, 2 )
> plot( x, cos(x) )
>
> Then the second plo
Let's say I am running an interactive session
(ipython -pylab), and now issue the following
commands:
x = linspace(0, 10, 100 )
plot( x, sin(x) )
ylim( -2, 2 )
plot( x, cos(x) )
Then the second plot command seems to reset
the plot limits to [-1,1] - which
Assume I am running an interactive session, using
ipython -pylab
and have added a bunch of curves
x = linspace(0, 10, 100 )
plot( x, sin(x) )
plot( x, cos(x) )
and also added a text label
text( 1, 1, "Hello" )
But now I decide that I don't want the text
FIY, with the help of Sylvestre Ledru (debian atlas maintainer), the
problem was solved installing libatlas3g-sse*.
--
___
Matplotlib-users mailing list
Matplotlib-users@lists
Hello,
I am writing a GUI using GTK+ library. I have a question about axes class
imshow method memory consumption. If I pass the imshow an array, the resulting
memory consuption is approximatelly 40 times greater than the array size. If I
do not add the canvas to a window (in a code below), the