Re: [Matplotlib-users] draft solution to overlapping dates problem

2008-02-06 Thread John Harrison
Yes, but for my purposes the rotated dates don't work. Also, I really don't want dates that don't mark the start of a 7 day period to appear. On Feb 6, 2008, at 10:56 AM, John Hunter wrote: On Feb 6, 2008 2:33 PM, John Harrison [EMAIL PROTECTED] wrote: I don't know if this is helpful

[Matplotlib-users] x axis alignment with bar graph

2008-01-16 Thread John Harrison
bump. please...? Begin forwarded message: I have some code that produces a series of graphs of data over time. For the most part it works well, but for certain combinations of dates the two plots do not line up, due to the width of the bars in the first subplot. What is the best way

Re: [Matplotlib-users] x axis alignment with bar graph

2008-01-16 Thread John Harrison
) plot_date(dates,dates) #,'-',color = priceColor) show() if __name__ == '__main__': main() On Jan 16, 2008, at 1:02 PM, Eric Firing wrote: John Harrison wrote: bump. please...? Begin forwarded message: I have some code that produces a series of graphs

[Matplotlib-users] x axis alignment with bar graph

2008-01-14 Thread John Harrison
I have some code that produces a series of graphs of data over time. For the most part it works well, but for certain combinations of dates the two plots do not line up, due to the width of the bars in the first subplot. What is the best way for force my second subplot's x axis to be

[Matplotlib-users] two colors on an axis label?

2007-12-13 Thread John Harrison
Is there a way to have two colors of text on an axis label? I am trying to plot sales dollars and margin dollars on the same graph in different colors. That works well enough but I'm having a hard time labeling the yaxis plot_date(dates,units,visible = False)