Re: [Matplotlib-users] date plot with two y axes...and some other things

2010-11-26 Thread C M
On Thu, Nov 18, 2010 at 12:59 PM, C M wrote: > Goals:  date plot with two y axes (plotting completely different things) >            point picking and point labeling >            As many lines as user wants, all colored differently. > > Having some problems with this.  (matplotlib 0.98.5) > > 1) T

Re: [Matplotlib-users] date plot with two y axes...and some other things

2010-11-21 Thread Jae-Joon Lee
On Fri, Nov 19, 2010 at 2:59 AM, C M wrote: > 2) How can I get the lines belonging to different axes to cycle > through colors such that the same color is not used for any lines > shown in the plot?  (that is, I don't want to hard code a color to any > line, I want it to auto-cycle). > ax1 = subp

[Matplotlib-users] date plot with two y axes...and some other things

2010-11-18 Thread C M
Goals: date plot with two y axes (plotting completely different things) point picking and point labeling As many lines as user wants, all colored differently. Having some problems with this. (matplotlib 0.98.5) 1) There is a known bug with twinx() and plot_date: http://