Re: [Matplotlib-users] Hiding labels in a legend?

2013-01-22 Thread David Erickson
On Tue, Jan 22, 2013 at 1:20 PM, Benjamin Root wrote: > > > On Tue, Jan 22, 2013 at 1:57 PM, David Erickson > wrote: >> >> Hello- >> Prior to version 1.2 of MPL I was able to hide labels for certain >> lines in the legend by setting the label=None when plot

[Matplotlib-users] Hiding labels in a legend?

2013-01-22 Thread David Erickson
Hello- Prior to version 1.2 of MPL I was able to hide labels for certain lines in the legend by setting the label=None when plotting a line, however in 1.2 it is now showing the legend entry and visibly printing "None". Is there a workaround to hide the label? Thanks, David -

Re: [Matplotlib-users] symlog linear to log transition plot position?

2012-05-04 Thread David Erickson
On 5/3/2012 7:01 AM, Michael Droettboom wrote: On 05/03/2012 09:48 AM, Benjamin Root wrote: On Wed, May 2, 2012 at 3:59 PM, David Erickson <mailto:deric...@stanford.edu>> wrote: On 5/1/2012 5:41 AM, Benjamin Root wrote: On Tue, May 1, 2012 at 6:42 AM, David

Re: [Matplotlib-users] symlog linear to log transition plot position?

2012-05-02 Thread David Erickson
On 5/1/2012 5:41 AM, Benjamin Root wrote: On Tue, May 1, 2012 at 6:42 AM, David Erickson <mailto:deric...@stanford.edu>> wrote: Hi I need to use the symlog yscale in my graph, I have a lot of data that needs to be displayed linearly, with a small fraction at the upper

[Matplotlib-users] symlog linear to log transition plot position?

2012-05-01 Thread David Erickson
Hi I need to use the symlog yscale in my graph, I have a lot of data that needs to be displayed linearly, with a small fraction at the upper end of the range that needs to be displayed in log scale due to its distance from the main data. The symlog scale works great, however I'd like to adjust