Re: [Matplotlib-users] ANN: John Hunter SciPy 2015 Plotting Contest - Call for Entries by 4/13 (Cash prizes!)

2015-03-26 Thread Jody Klymak
On 26 Mar 2015, at 12:55 PM, Courtenay Godshall (Enthought) cgodsh...@enthought.com wrote: See the 2014 Contest entries here for inspiration: http://stsdas.stsci.edu/download/mdroe/plotting/ http://stsdas.stsci.edu/download/mdroe/plotting/ The plots in here are great! However, I

[Matplotlib-users] ANN: John Hunter SciPy 2015 Plotting Contest - Call for Entries by 4/13 (Cash prizes!)

2015-03-26 Thread Courtenay Godshall (Enthought)
*3rd Annual SciPy Conference John Hunter Plotting Contest Open for Entries: Cash Prizes* In memory of John Hunter, creator of matplotlib, we are pleased to announce the Third Annual SciPy John Hunter Excellence in Plotting Competition. This open competition aims to highlight the importance of

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread Thomas Caswell
Yikes, that formatting is almost worse! On Thu, Mar 26, 2015 at 11:53 AM rogerjames99 ro...@beardandsandals.co.uk wrote: Hi Thomas, I posted via nabble. It looks like something stripped the code. Here is the bit where the axes are set up def setup_axes(self, fig, rect): With custom locator

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread rogerjames99
Hi Thomas,I posted via nabble. It looks like something stripped the code.Here is the bit where the axes are set updef setup_axes(self, fig, rect): With custom locator and formatter.Note that the extreme values are swapped.transform =

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread Thomas Caswell
And if I look at this on nabble the code looks fine, it just was not redndering in inbox. Sorry, the issues is on my end. On Thu, Mar 26, 2015 at 11:54 AM Thomas Caswell tcasw...@gmail.com wrote: Yikes, that formatting is almost worse! On Thu, Mar 26, 2015 at 11:53 AM rogerjames99

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread rogerjames99
Ok the last one got garbled. My apologies to the list but here is another go. Hi Thomas, I posted via nabble. It looks like something stripped the code. Here is the bit where the axes are set up def setup_axes(self, fig, rect): With custom locator and formatter.

Re: [Matplotlib-users] Help with updating the limits of an axis to reflect the range of new data

2015-03-26 Thread Thomas Caswell
Can you include a minimal example of the code you are using (it looks like you did include code, but it did not come through)? It is very hard to guess at what is wrong without it. Tom On Wed, Mar 25, 2015 at 2:29 PM rogerjames99 ro...@beardandsandals.co.uk wrote: Hi, I am trying to draw a