Re: [Matplotlib-users] Bar graph performance

2010-05-06 Thread Kun Hong
Eric Firing wrote: > On 05/03/2010 11:45 PM, Kun Hong wrote: >> >> I have also tried step, but it doesn't seem to be able >> to fill the rectangular area. Am I missing something? >> >> > > Given that you want filled regions, step won't hel

Re: [Matplotlib-users] Bar graph performance

2010-05-04 Thread Kun Hong
, 0] ax1.fill_between(x, 0, y) I have also tried step, but it doesn't seem to be able to fill the rectangular area. Am I missing something? Kun Eric Firing wrote: > On 05/02/2010 05:48 PM, Kun Hong wrote: > >> Hi, >> >> I am new to matplotlib. So if I ask st

[Matplotlib-users] Bar graph performance

2010-05-03 Thread Kun Hong
Hi, I am new to matplotlib. So if I ask sth stupid, please bear with me. I am using matplotlib to present large data set in different graph types, bar, dot, line, etc. I find that the bar graph has very bad performance. Say, I draw data points of about ten thousand. Using dot graph, it draws in

[Matplotlib-users] Bar graph performance

2010-05-02 Thread Kun Hong
Hi, I am new to matplotlib. So if I ask sth stupid, please bear with me. I am using matplotlib to present large data set in different graph types, bar, dot, line, etc. I find that the bar graph has very bad performance. Say, I draw data points of about ten thousand. Using dot graph, it draws i

[Matplotlib-users] Is there an easy way to change the subplot orders

2009-07-29 Thread Kun Hong
Hi, I am new to matplotlib. Currently I have a need to change the subplot orders after the subplts have been added to a figure. I haven't found a way to do it easily. One of my solution is to keep an ordered list of the subplots and re-add them in the correct order. But this way, all the navigatio