Hello,
As shown in this screenshot
http://img195.imageshack.us/img195/9186/timeseries.png I am trying to plot a
timeseries using mpl. There is a minute detail that bothers me. I couldn't
figure out how to hide the timezone information on my xlabel (here is CST)
After loading the data, I use mpl's
On Jun 23, 2009, at 6:01 PM, Jeff Whitaker wrote:
>>
> Pierre: Doing what you suggest (having Basemap.__init__
> automatically set self.ax to the current axes) will break pickling,
> so I can't do that.
Oh, I'm sorry for the misunderstanding: I never suggested that
Basemap.ax should be se
Pierre GM wrote:
>
> On Jun 23, 2009, at 8:27 AM, Jeff Whitaker wrote:
>>
>> Pierre: The reason I did it that way was so that the basemap
>> instance could be created independent of any axes instances. For
>> instance, you can create a basemap instance before an axes instance
>> is created, or
This isn't the most current version, but it is a build from the SVN
branch a while ago.
http://code.patricktmarsh.com/builds/py2.5_mpl-0.98.6svn.win32.exe
The machine I used to build this took a dive so I no longer have a
working development environment so I can't build a more current .exe
for yo
On Tue, Jun 23, 2009 at 12:45 PM, Ryan Wagner wrote:
> I hate to ask this question. Is there somewhere I can download the latest
> svn release compiled for Windows? I have been completely unsuccessful in
> compiling MPL for windows and rely on the binaries, but I need to work with
> the mplot3D fun
I hate to ask this question. Is there somewhere I can download the latest svn
release compiled for Windows? I have been completely unsuccessful in compiling
MPL for windows and rely on the binaries, but I need to work with the mplot3D
functionality. From what I've seen on Linux, it looks great!
Note: Cross-posting on IPy devel and Matplotlib-users list.
Hello,
My 8 hours sleep have helped me solve the riddle of IPython pylab entry from
a regular Python script. Although it is funky and experimental, it works
just as I have been seeking it to work for months :)
Here take a look at this
On Wed, 10 Jun 2009 16:32:08 -0400
Jae-Joon Lee wrote:
I guess I misunderstood your intention.
As you posted the message in the mpl list, I assumed
that you want to
crop out the boundary of the mpl figure, which seems to
be not the
case.
Sorry for the noise.
-JJ
Hi,
I found a way to run
Hi,
could anyone reproduce this problem and/or has a solution for it? Is
there anything wrong with my code?
Best regards
Ole
Ole Streicher writes:
> Hi Darren,
>
> Darren Dale writes:
>> I am really busy with other things, and can't offer suggestions unless
>> you post a short, simple, standa
Hi Gang,
Matplotlib made it past the nomination stage and is one of the finalists in the
'best project for academia' category. Don't forget to register your vote!
http://sourceforge.net/community/cca09/vote/
You can skip votes for categories you are not interested in if you like, but
you
can
Pierre GM wrote:
> All (and Jeff W. in particular),
>
> It's the time of the year where I have to draw maps in batch. I wrote
> a script to process some data recorded at various stations,
> interpolate the data on a grid, draw the corresponding contours on a
> basemap, add a colorbar, and end
On Mon, Jun 22, 2009 at 13:33,
jmariette wrote:
>
> Hi everybody,
> I have some probleme with Matplot/numpy !
> I'm using matplot v0.91.2 and I'm trying to get the hist function working !!
a rather old version of matplotlib (that's the name of the project):
we are at 0.98.5.3; try to upgrade and s
Chris,
Do you have any online tutorial for this topic?
Thanks,
JJ
On Thu, 2009-06-18 at 08:38 -0700, Chris Withers wrote:
> Hi All,
>
> Too many people in the Python community *still* think the only way to
> work with Excel files in Python is using COM on Windows.
>
> To try and correct this, I
Hi everybody,
I have some probleme with Matplot/numpy !
I'm using matplot v0.91.2 and I'm trying to get the hist function working !!
I'm using the sample code of matplot:
--
#!/usr/bin/env python
import numpy as np
import matplotlib.mlab as
HI to the list,
I'm playing with blit animations in a gtk window. Looking at MPL
examples I came up with a working example (attached) that shows a sin
wave with a play toggle button and a "scale" button that changes the
axis limits. In order to plot the first frame (before play is clicked)
and to
15 matches
Mail list logo