Does anyone know, how they were able to add the legend titles "damped"
and "oscillatory" to this plot:
http://matplotlib.org/examples/pylab_examples/legend_demo.html
Can anyone point me to a good tutorial on matplotlib legends? This one
is somewhat limited:
http://matplotlib.org/users/legend_guide.html
Thanks.
Indeed, the legends showing in that figure should be ‘Model length’, ‘Data length’ and ‘Total message length’, which were the labels given to each plot command.
Maybe there was a mismatch between code and plot there.
···
2014-10-20 11:59 GMT-02:00 Tommy Carstensen <tommy.carstensen@…287…>:
Does anyone know, how they were able to add the legend titles “damped”
and “oscillatory” to this plot:
http://matplotlib.org/examples/pylab_examples/legend_demo.html
Can anyone point me to a good tutorial on matplotlib legends? This one
is somewhat limited:
http://matplotlib.org/users/legend_guide.html
Thanks.
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users
Does anyone know, how they were able to add the legend titles "damped"
and "oscillatory" to this plot:
http://matplotlib.org/examples/pylab_examples/legend_demo.html
Hi,
it seems to me that you are looking to some deprecated example, not even
listed in the page :
http://matplotlib.org/examples/pylab_examples/
It has been rewritten as
http://matplotlib.org/examples/pylab_examples/legend_demo2.html
http://matplotlib.org/examples/pylab_examples/legend_demo3.html
http://matplotlib.org/examples/pylab_examples/legend_demo4.html
Can anyone point me to a good tutorial on matplotlib legends? This one
is somewhat limited:
http://matplotlib.org/users/legend_guide.html
I find it pretty concise and understandable...
Have you seen the list of examples involving legend at the bottom of
that page?
···
Le lundi 20 octobre 2014 à 06:59 -0700, Tommy Carstensen a écrit :