On 05/02/2010 05:48 PM, Kun Hong wrote:
> 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 point
On 05/02/2010 05:48 PM, Kun Hong wrote:
> 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 point
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
Is there a straightforward way of plotting a vector in matplotlib? Suppose I
want to plot the vector [1 2]'. If I pass this vector in to plot(), I get
the line that passes through (0,1), (1,2). Instead I want the line that
passes through (0,0),(1,2).
Aditya
wefoundland.com
--