Re: [Matplotlib-users] Adding 2 Line2D objects to a Subplot

2010-12-21 Thread Russell E. Owen
In article <4d0f8efd.3010...@gmail.com>, Jose Guzman wrote: > Hi everybody > > I wanted to collect a combination of plots to insert then in a subplot. > I choose to create Line2D objects to use the .add_line() method of the > AxesSubplot class, but unfortunately this does lead to the desire

Re: [Matplotlib-users] Adding 2 Line2D objects to a Subplot

2010-12-20 Thread Benjamin Root
On Monday, December 20, 2010, Jose Guzman wrote: > > > > > > > > Hi everybody > > I wanted to collect a combination of plots to insert then in a subplot. > I choose to create Line2D objects to use the .add_line() method of the > AxesSubplot class, but unfortunately this does lead to the desired >

[Matplotlib-users] Adding 2 Line2D objects to a Subplot

2010-12-20 Thread Jose Guzman
Hi everybody I wanted to collect a combination of plots to insert then in a subplot. I choose to create Line2D objects to use the .add_line() method of the AxesSubplot class, but unfortunately this does lead to the desired results. Here my dummy version: from matplotlib.lines import Line2D f