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
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
>
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