On Friday, June 22, 2012, John Hunter wrote:
> On Fri, Jun 22, 2012 at 2:48 PM, Alan G Isaac
> >
> wrote:
> > On 6/21/2012 10:24 PM, Tony Yu wrote:
> >> Here's an example based off the horizontal bar charts in the gallery.
> >
> > Pretty good, really!
> > More than just a starting point.
>
> And
Hi folks,
sorry for the cross-post, but I expect all replies to this to happen off-list.
I'm in the process of writing an NSF grant that will partly include
IPython support, and along with Brian we will soon be doing more of
the same. In the past we haven't had the best of luck with the NFS,
hop
On 6/21/2012 10:24 PM, Tony Yu wrote:
> Here's an example based off the horizontal bar charts in the gallery.
Pretty good, really!
More than just a starting point.
Thanks,
Alan
--
Live Security Virtual Conference
Exclu
On Fri, Jun 22, 2012 at 8:55 AM, Michael Droettboom wrote:
>
> On Thu, Jun 21, 2012 at 12:54 AM, Christopher Graves <
> christoph.gra...@gmail.com> wrote:
>
>>
>> Has anyone had a chance to take a look at this very annoying bug with
>> using AutoMinorLocator?
>>
>
>
> Ok, I proposed a simple bu
I usually do something like:
y=np.array([60,80,120,180])
x = np.ones_like(y)*3
plt.plot(x, y,'+',markersize=8,mec='k')
David G. Parker
From: Benjamin Root
To: Ulrich vor dem Esche
Cc: matplotlib-users@lists.sourceforge.net
Date: 06/06/2012 12:15 PM
Subject:Re: [Matplotlib
On Thu, Jun 21, 2012 at 12:54 AM, Christopher Graves
mailto:christoph.gra...@gmail.com>> wrote:
Has anyone had a chance to take a look at this very annoying bug
with using AutoMinorLocator?
Ok, I proposed a simple bug fix at
https://github.com/matplotlib/matplotlib/issues/807
How
Hi,
I have a problem with updating a figure within a loop. At each iteration I
wish to plot some data as fast as possible, however, only the final plot is
shown while the figure is empty while the looping takes place. Below I have
included a little script that illustrates the problem. Note that th