On 9/8/2009 1:39 PM, Watson, Nathaniel wrote:
> I am running Windows Vista 64-bit and have installed matplotlib from
> http://sourceforge.net/projects/matplotlib/ via the "Download Now!".
What is the name of the file you downloaded?
Alan Isaac
-
On Tue, Sep 8, 2009 at 11:51 AM, Yann
Goudard wrote:
> Hi,
>
> I have the same behaviour with LocatableAxes. HostAxes, ParasiteAxes and
> LocatableAxes depend on 'mpl_toolkits.axes_grid.axislines.Axes'. It must
> be the matter origin.
Yes, and this was because I forgot to implement some necessary
Hi,
I am running Windows Vista 64-bit and have installed matplotlib from
http://sourceforge.net/projects/matplotlib/ via the "Download Now!". I
currently have Numpy version 1.3.0 installed in the same location as matplotlib
(C:\Python26\Lib\site-packages\). I have tried importing matplotlib
Hi list,
I have some files with data stored in columns:
x1 y1 z1
x2 y2 z2
x3 y3 z3
x4 y4 z4
x5 y5 z5
...
and I need to make a contour plot of this data using matplotlib. The
problem is that contour plot functions usually handle a different kind
of inpu
Hi,
I have the same behaviour with LocatableAxes. HostAxes, ParasiteAxes and
LocatableAxes depend on 'mpl_toolkits.axes_grid.axislines.Axes'. It must
be the matter origin.
This another example should draw a grid but does not:
import wx
from wx import Frame
from matplotlib.backends.backend_wxagg
This is a bug in the axes_grid toolkit. As a matter of fact, gridlines
in rectlinear coordinate are not implemented yet.
Unfortunately, I don't see any easy workarounds.
You may use mpl's original axis artists, but some of the functionality
of axes_grid toolkit may be lost.
host.toggle_axisli
On Tue, Sep 8, 2009 at 7:45 AM, Armando Serrano Lombillo wrote:
> Hello, I'm finding it a little difficult to make a plot with dates:
>
> I have an array with 2 columns. The first one is seconds since a certain
> date (let's say 8th September, 8:00am). The second one is the variable I
> want to p
thanks Sebastian,
you are right, your code works here too. But i don't get it work in my
multi y-axes plot from the matplotlib examples
(http://matplotlib.sourceforge.net/examples/axes_grid/demo_parasite_axes.html).
Even with linear plots, i get no gridlines.
Any idea, whats wrong here?
minim
I just went in and changed the default file downloads back to correct
values, but alas, it appears to have no effect. There is some hints in
the (many) related SF bugs that there may be a delay associated with
these settings, so I will check back again at the end of the day.
Mike
On 09/04/200
Hello, I'm finding it a little difficult to make a plot with dates:
I have an array with 2 columns. The first one is seconds since a certain
date (let's say 8th September, 8:00am). The second one is the variable I
want to plot. The series spans several months so I want to have the major
ticks be m
10 matches
Mail list logo