|
From: Saurav P. <sa...@sa...> - 2012-02-03 16:44:23
|
Hi All, First, thanks for a very cool and pretty tool! My problem is, I have a 2D numpy array, say m by n, and I would like to display the data in n plots (with the same abscissa). That is, the 2D numpy array holds n time series data with m points each. I could use pyplot.plot inside a loop to display it, but n is very large as a result of which it takes a long time to create the plot and display it. Is there another way to do this more efficiently? Thanks, Saurav |