Re: [Matplotlib-users] tornado chart

2012-06-22 Thread Benjamin Root
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

[Matplotlib-users] Is IPython useful for your research/industry work? Feedback wanted for grant proposal.

2012-06-22 Thread Fernando Perez
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

Re: [Matplotlib-users] tornado chart

2012-06-22 Thread Alan G Isaac
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

Re: [Matplotlib-users] how to maintain fractional minor tick spacing

2012-06-22 Thread Benjamin Root
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

Re: [Matplotlib-users] scatter plot with constant x

2012-06-22 Thread DParker
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

Re: [Matplotlib-users] how to maintain fractional minor tick spacing

2012-06-22 Thread Michael Droettboom
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

[Matplotlib-users] Problem with updating figure in a loop on Windows (pythonxy)

2012-06-22 Thread Niels Aage
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