Interactive Parallel Coordinates

版本 1.1.0.0 (270.2 KB) 作者: Tobias Neuhauser
The interactive Parallel Coordinates allows you to explore complex data sets
379.0 次下载
更新时间 2018/6/10

查看许可证

The Interactive Parallel Coordinates plot allows you to explore interactively a complex data set. The Interactive Parallel Coordinates plot is for instance useful to discuss different trade-offs of a optimization problem with multiple objectives (Pareto-front) or understand the correlation between multiple categories
of a large data set.
The Interactive Parallel Coordinates comes with following features:
- color the data according to or category or the order of data
- limits for the in-range data can be interactively set by left-click and moving the small triangle to desired limit. This allows to focus on the interesting subset of the data
- Individual lines can be highlighted (which must not be out-of-range values)
- via left-click and may be removed by ctrl + left-click
- The order of category can be changed to explore the correlation between different categories and enhance the readability of the plot
Syntax
- startParCoords(X,XTickLabels,x_min_max);
- startParCoords(X,XTickLabels);
- startParCoords(X);
- startParCoords();
- startParCoords(path);
- startParCoords(path,X);

引用格式

Tobias Neuhauser (2024). Interactive Parallel Coordinates (https://www.mathworks.com/matlabcentral/fileexchange/67410-interactive-parallel-coordinates), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Analyze Simulation Results 的更多信息

Community Treasure Hunt

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

Start Hunting!

interactiveParallelCoordinates/html/

版本 已发布 发行说明
1.1.0.0

- fixed bug in undo/redo
- incorporated suggestion of "Jean Meunier"

1.0.0.0