stackedplot: A quick way to plot without lines overlapping

バージョン 1.2.2.0 (7.83 KB) 作成者: Kesh Ikuma
Plotting multple lines on the same axes with properly spaced offsets
ダウンロード: 439
更新 2015/11/4

ライセンスの表示

Stackedplot wraps the built-in plot function to post-process the plotted lines, spacing them out so each lines can be observed easily. Makes it a quick (if not the quickest) way to inspect multi-channel data.
Features:
* Just works. Simply add "stacked" in front of an existing "plot" command line to spread the plots out
* Can spread on either x and y axis via PlotOrder parameter
* A label is automatically added for each plot lines in place of the standard ylabel/xlabel
* Layout is highly customizable via a number of parametric arguments
* Support log plots
* Baseline can be added (think of the built-in "bar" function)
* Baseline and rangelines are automatically adjusted if non-stacked axis limits property is modified

引用

Kesh Ikuma (2024). stackedplot: A quick way to plot without lines overlapping (https://www.mathworks.com/matlabcentral/fileexchange/53620-stackedplot-a-quick-way-to-plot-without-lines-overlapping), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLine Plots についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.2.0

(r5)
* Fixed the error due to mishandling of the plot linespec arguments
* Changed single-line plot default PlotOrder from 'leftright' to 'topdown'
(r5)
* Further fix to the input argument processing

1.2.1.0

(r4)
* Removed the nagging warning in R2014b for using 'feature('UseHG2')

1.2.0.0

(r2)
* Automatic baseline/rangeline adjustment when non-stacked axis limit changes
* Bug fixes

1.1.0.0

(v1.1)
* Added 'normalize' option to PlotScaling parameter
* Fixed values of ticklabels if DataTickMode~='none' and PlotScaling is turned on

1.0.0.0