Re: [Matplotlib-users] Wind Barb plots

2008-07-24 Thread Ryan May
J James Boyle wrote: > Ryan, > > This looks really great. It is good to see a meteorological addition. > Way back when I implemented this in GKS, I was tripped up by the fact > that the barbs point in the direction of low pressure. This means the > side of the shaft that the barbs are on changes

Re: [Matplotlib-users] Tick marks around bar chart

2008-07-24 Thread "Jonathan Hayward http://JonathansCorner.com"
Thank you! On Thu, Jul 24, 2008 at 12:40 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Jul 24, 2008 at 11:53 AM, Jonathan Hayward > http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > > How do I control and/or remove the black tick marks on a bar chart? I've > > turned off most of the

Re: [Matplotlib-users] Tick marks around bar chart

2008-07-24 Thread John Hunter
On Thu, Jul 24, 2008 at 11:53 AM, Jonathan Hayward http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > How do I control and/or remove the black tick marks on a bar chart? I've > turned off most of the other black material on boundaries, but these ones > are still there (see attached image). Yo

[Matplotlib-users] Tick marks around bar chart

2008-07-24 Thread "Jonathan Hayward http://JonathansCorner.com"
How do I control and/or remove the black tick marks on a bar chart? I've turned off most of the other black material on boundaries, but these ones are still there (see attached image). -- -- Jonathan Hayward, [EMAIL PROTECTED] ** To see an award-winning website with stories, essays, artwork, **

Re: [Matplotlib-users] Border appearance

2008-07-24 Thread "Jonathan Hayward http://JonathansCorner.com"
Thank you; on to digging... On Thu, Jul 24, 2008 at 10:29 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Jul 24, 2008 at 10:22 AM, Jonathan Hayward > http://JonathansCorner.com > > I'm looking at the tutorial ; I'd welcome suggestions or clarifications > > about what I should be reading. >

Re: [Matplotlib-users] Border appearance

2008-07-24 Thread John Hunter
On Thu, Jul 24, 2008 at 10:22 AM, Jonathan Hayward http://JonathansCorner.com > I'm looking at the tutorial ; I'd welcome suggestions or clarifications > about what I should be reading. The tutorial is a good start, as is the user's guide http://matplotlib.sourceforge.net/users_guide_0.98.1.pdf

Re: [Matplotlib-users] Border appearance

2008-07-24 Thread "Jonathan Hayward http://JonathansCorner.com"
Taking a step back: What should I be digging into so I'll have the concepts and tools to manipulate features like color and thickness of borders on a bar chart and on a pie graph and any parts that may have a border, whether the shadow on a pie graph is on the lower left or upper right, etc.? I'm

Re: [Matplotlib-users] Wind Barb plots

2008-07-24 Thread Scott Sinclair
Nice! >>> Ryan May <[EMAIL PROTECTED]> 07/24/08 4:55 AM >>> To anyone interested (especially the meteorologists out there), Matplotlib SVN trunk now has support for doing wind barb plots. Please find our Email Disclaimer here: http://www.ukzn.ac.za/disclaimer/ ---

[Matplotlib-users] changes to clabel/ContourLabeler/ContourSet API

2008-07-24 Thread David Kaplan
Hi, This is just a warning email that we are planning changes to the names of the attributes in the ContourLabeler class (used by ContourSet objects to add labels to contours). Attribute names like .cl_xy will become .labelXYs, etc. If there is anyone out there whose code will be broken by chang