jplot

版本 1.1.0.0 (2.0 KB) 作者: jake reimer
Faster plotting of large timeseries.
621.0 次下载
更新时间 2013/6/12

查看许可证

This function is a minimal wrapper for the matlab plot function with automatic downsampling at low zoom factors and cropping at high zoom factors for faster zooms and pans.

It works in subplots and can be combined with normals plots of any kind in the same axes.
The amount of downsampling can be changed by adjusting the value of MAXPOINTS.

Note that jplot uses the 'tag' and 'userdata' properties of the plotted lines.

引用格式

jake reimer (2024). jplot (https://www.mathworks.com/matlabcentral/fileexchange/42191-jplot), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Data Distribution Plots 的更多信息
致谢

参考作品: DSPLOT - downsampled plot

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Takes initial xL as [min(x) max(x)] rather than axes xlims so that downsampling works correctly if you're zoomed into an existing axis when you jplot.

1.0.0.0