Looks like I've been able to help myself on this one. I'll post this  
here b/c others had asked about this in prior emails and I never saw  
an answer given.

You can make your own custom legend by keeping the return values from  
each plot command:

e.g.

l1 = plot(<y1's stuff>)
twinx()
l2 = plot(<y2's stuff>)

legend([l1,l2],['y1s tag','y2s tag'])

works like a charm.

HTH
--b

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to