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
, 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
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
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
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