Larsen, Jesper wrote:
>
> Hi matplotlib-users,
>
> I have an application in which regions that are not known beforehand
> are defined and plotted. When the application plots a region a Basemap
> instance is created. My datasets define longitudes from 0 to 360. When
> regions cross the Greenwich
Hi matplotlib-users,
I have an application in which regions that are not known beforehand are
defined and plotted. When the application plots a region a Basemap instance is
created. My datasets define longitudes from 0 to 360. When regions cross the
Greenwich meridian I try to make a Basemap l
On Thu, Aug 28, 2008 at 12:15 AM, andy yu <[EMAIL PROTECTED]> wrote:
> i 'm using the way
>
> X = load(data1.dat)
> datalen = X[:, 1]
> times = X[:, 0]
>
> times is UNIX_TIMESTAMP of datetime.
>
>
> data1.dat file like this:
>
>
>
> 1158224731 1858
> 1158225026 1926
> 1158225328 1959
> 1158225627 2
On Wed, Aug 27, 2008 at 11:14 AM, stuartornum <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I would like to be able to plot dates along the X axis' with values up the
> Y. However Im having problems with the correct format in order to pass to
> plot_date().
>
> This is what I have so far: (example)
>
> ##