Re: [Matplotlib-users] Update legend when lines change color?

2013-08-02 Thread Benjamin Root
On Fri, Aug 2, 2013 at 3:32 PM, Eric Firing wrote: > On 2013/08/02 8:55 AM, Drain, Theodore R (392P) wrote: > > Thanks - we'll look into that. We might also see how hard it would > > be to implement an update or refresh method on the legend that could > > be called when the lines change to keep

Re: [Matplotlib-users] Update legend when lines change color?

2013-08-02 Thread Eric Firing
On 2013/08/02 8:55 AM, Drain, Theodore R (392P) wrote: > Thanks - we'll look into that. We might also see how hard it would > be to implement an update or refresh method on the legend that could > be called when the lines change to keep the legend in sync. Seems > like the legend should own that

Re: [Matplotlib-users] Axes3d have improved handling of label placement yet

2013-08-02 Thread Benjamin Root
On Sun, Jul 28, 2013 at 7:14 AM, Jeffrey Spencer wrote: > Ben, > > Thanks that works great and also one more question. If you look at the > previous example. I have noticed that at the angle the figure is at the > ticklabels look like they are at the center of the grid boxes. This is not > the cas

Re: [Matplotlib-users] Update legend when lines change color?

2013-08-02 Thread Drain, Theodore R (392P)
Thanks - we'll look into that. We might also see how hard it would be to implement an update or refresh method on the legend that could be called when the lines change to keep the legend in sync. Seems like the legend should own that functionality since it set up the mapping between the lines

Re: [Matplotlib-users] Splitting arrays into chunks that satisfy a condition?

2013-08-02 Thread Drain, Theodore R (392P)
Thanks! Either of those looks like it will work. I'll play w/ both of them to see which fits better w/ my existing code. Ted From: Goodman, Alexander (398J-Affiliate) [good...@jpl.nasa.gov] Sent: Friday, August 02, 2013 11:16 AM To: Benjamin Root Cc: Drain,

Re: [Matplotlib-users] Outputting to eps with Mplot3d one of the walls loses its lines.

2013-08-02 Thread Jeffrey Spencer
Yes, I see that now. I hadn't noticed that the face color for the bottom of the 3d plot is off as well. Thanks for the update and keep me posted. Cheers, Jeff On Sat, Aug 3, 2013 at 3:41 AM, Benjamin Root wrote: > > > > On Fri, Jul 26, 2013 at 4:41 PM, Jeffrey Spencer > wrote: > >> I have ver

Re: [Matplotlib-users] Splitting arrays into chunks that satisfy a condition?

2013-08-02 Thread Benjamin Root
On Fri, Aug 2, 2013 at 1:36 PM, Drain, Theodore R (392P) < theodore.r.dr...@jpl.nasa.gov> wrote: > I have three arrays (x,y,z). I want plot x vs y and draw the line > segments differently depending on whether or not z is positive or negative. > So I'm trying to split the x,y arrays into chunks d

Re: [Matplotlib-users] Outputting to eps with Mplot3d one of the walls loses its lines.

2013-08-02 Thread Benjamin Root
On Fri, Jul 26, 2013 at 4:41 PM, Jeffrey Spencer wrote: > I have version 1.2.x of matplotlib. The minimal example shows the case > below. The back wall will lose its lines. Is there a reason for this? Is > there a transparent layer there so eps has to put it as a solid wall? If > so, is there a wa

[Matplotlib-users] Splitting arrays into chunks that satisfy a condition?

2013-08-02 Thread Drain, Theodore R (392P)
I have three arrays (x,y,z). I want plot x vs y and draw the line segments differently depending on whether or not z is positive or negative. So I'm trying to split the x,y arrays into chunks depending on the value of z. Using numpy.where, I can find the indeces in z that satisfy a condition

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-02 Thread Michael Droettboom
Can you provide the output of the build? On 08/02/2013 06:53 AM, Andrew Jaffe wrote: > Hi, > > > On 01/08/2013 19:06, Michael Droettboom wrote: >> On behalf of a veritable army of super coders, I'm pleased to announce >> the release of matplotlib 1.3.0. > Two issues on OSX 10.8.4. I had been previ

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-02 Thread Andrew Jaffe
Hi, On 01/08/2013 19:06, Michael Droettboom wrote: > On behalf of a veritable army of super coders, I'm pleased to announce > the release of matplotlib 1.3.0. Two issues on OSX 10.8.4. I had been previously using the dmg installer. Lacking that, I tried easy-install and pip install, both of whi