Re: [Matplotlib-users] Using bbox_to_anchor to get the legend off of my graph

2009-08-08 Thread Jae-Joon Lee
The guide is based on mpl 0.99. You may upgrade your mpl, or take a look at the thread below. it is a workaround that will work with older version. -JJ On Fri, Aug 7, 2009 at 8:29 PM, Eliezer, David wrote: > Hi, >     I am graphing several time series together on the same graph, > and so it

[Matplotlib-users] Using bbox_to_anchor to get the legend off of my graph

2009-08-07 Thread Eliezer, David
Hi, I am graphing several time series together on the same graph, and so it is important to have a legend. I am also stacking two graphs on top of one another, because some of the data is of a different type. I wrote the graphing code as follows (pardon the newbie code, this is my first