|
From: Richard M. <mu...@cd...> - 2012-10-22 00:55:43
|
Confirmed the same issue (and working fix) on matplotlib 1.1.0
-richard
On 21 Oct 2012, at 10:56 , Scott C. Livingston <sli...@ca...> wrote:
> I cannot run the example genswitch.py without modifying the calls to legend() to use tuples. Can someone confirm my observation? I am testing with Matplotlib version 1.1.1rc. My proposed patch is to lines 43 and 65, which should now be
>
> mpl.legend(('z1, f(z1)', 'z2, f(z2)')) # legend(lgh, 'boxoff');
>
> and
>
> mpl.legend(('z1 (A)', 'z2 (B)')) # 'Orientation', 'horizontal');
>
> respectively.
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> python-control-discuss mailing list
> pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/python-control-discuss
|