How to speed up manipulations of plot with a lot of data

7 ビュー (過去 30 日間)
K E
K E 2016 年 10 月 18 日
編集済み: K E 2016 年 10 月 18 日
I have time series with 20000000 samples that I am plotting in R2016b for data exploration. I would prefer not to downsample or subset the data because I have to look at closeups scattered through the whole time series, and I need to be able to zoom in/out, select lines to extract values, etc. Possibly due to the data volume, the Figure Interactive tools (selection arrow, pan icon, data brush ) are periodically grayed out on the figure toolbar. Sometimes the cursor disappears inside the figure window if I want to zoom in. These down times can be several minutes.
Are there any tricks for manual manipulation of high-volume plots, such as avoiding use of markers?
  2 件のコメント
dpb
dpb 2016 年 10 月 18 日
" I can't downsample or subset the data, ..."
Of course you can; at most there are a few thousand pixels on the screen so more than that isn't seen, anyway. Decimate (including bounding if desired to keep min/max in range) to show initial plot, then pull in more data as needed in ranges or as zoom.
K E
K E 2016 年 10 月 18 日
編集済み: K E 2016 年 10 月 18 日
You are right. I edited the text to indicate it is a preference not to downsample or subset.

サインインしてコメントする。

採用された回答

Sean de Wolski
Sean de Wolski 2016 年 10 月 18 日
編集済み: Sean de Wolski 2016 年 10 月 18 日
Have you tried plot (big)?
  1 件のコメント
K E
K E 2016 年 10 月 18 日
編集済み: K E 2016 年 10 月 18 日
plot (big) makes plot operations manageable. Thanks for a very helpful suggestion; others with this problem should definitely try it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by