Thanks,
Worked perfectly.
Mathieu Leplatre-2 wrote:
>
> 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
Hi Everyone.. the docs for boxplot say :
Returns a list of the :class:`matplotlib.lines.Line2D` instances added.
It seems to be returning a list of strings rather than a list of
handles... What's the easiest way for me to get the handles of those
objects, with only the names? It's giving me this
Eric Wertman wrote:
> Hi Everyone.. the docs for boxplot say :
>
> Returns a list of the :class:`matplotlib.lines.Line2D` instances added.
>
> It seems to be returning a list of strings rather than a list of
> handles... What's the easiest way for me to get the handles of those
> objects, with on
I'm using 0.98.3 as well... I get a dictionary too. Should have
backed up another step and checked that, I just iterated over the
return and got the keys. Thanks for the help.
On Thu, Sep 4, 2008 at 2:25 PM, Ryan May <[EMAIL PROTECTED]> wrote:
> Eric Wertman wrote:
>>
>> Hi Everyone.. the docs
I've been playing with some of the projections in matplotlib,
recently, and have some questions/noticed some odd behavior:
1. Is there any way to activate a projection mode with the pyplot
interface other than the subplot(111,projection='whatever') method a
la /examples/api/custom_projection_examp
> 2. I have a skymap I would like to plot using a particular projection
> - what I've been doing so far is specifying x and y coordinates using
> mgrid and calling contourf(x,y,data,100) to approximate this. But
> what I'd rather do is something like
> imshow(data,extent=[-pi,pi,-pi/2,pi/2]) ... w
I tried hatch option in pylab.bar() in both matplotlib 0.98.2 and 0.98.3. The
hatch_demo.py in the example directory only draw four grey bars, no hatch or
them. However, when I try the same script on matplotlib 0.91.4 (the
maintainance version), it's working. I wonder if it is a bug introd
Hey all,
When I plot using python 2.5.2 and matplotlib 0.98.3 (and 0.98.1) I
have the following problem. If I run a script from the command line
that plots and saves the figure, I get the default aspect ratio of (8,
6). If, however, I close the plotting window and replot without
exiting th
Jeff Whitaker wrote:
> Eric Firing wrote:
>> Jeff Whitaker wrote:
>>> Michael Roettger wrote:
Hi all,
maybe I've misunderstood something concerning masking or quiver plots:
I want to exclude some data from a quiver plot. Here's an example:
8<
>>