I'm a matplotlib newbie and I'm trying to figure out the proper way  
to draw a bar graph with dates along the x-axis.  I am able to draw  
graph that properly uses dates with the plot_date() call and I can do  
a bar graph with bar().  I can even use the following code to get the  
output that I want:

plot_date(dates,units,visible = False)
bar(dates,units,width=5.0)
show()

but it seems to me that plotting and invisible plot_date graph is a  
bit clunky.

What is the proper way to do this with the library?

thanks,
John

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to