PlotManager

Tool to organize plots variably in subplots or single figures, with export functions

이 제출물을 팔로우합니다

@@ ATTENTION @@
I've merged my separate submissions into KerMor/matlabtools (http://de.mathworks.com/matlabcentral/fileexchange/52299-kermor-matlabtools), which contains this submission. Please refer to that package to retrieve the current status.
@@@@
The PlotManager is designed for anyone who is regularly producing various plots that should be in subplots during development/experimenting for good overview and later be exported as single figures (e.g. in high quality).

A new plot can be created using "nextPlot". Depending on the logical property "Single" this either opens a new figure or advances to the next subplot. This way, the same script can generate overview subplots or single figures suitable for export.

Any openend plots can then be exported to disk (using the "export_fig" tool internally) using the "savePlots" function.

Some more features:
- nextPlot takes several string arguments that are used as filename on export via "savePlots", axis title and labels
- A FilePrefix can be set for each exported figure
- If nextPlot is called and the current subplots are full, a new figure is openend with the same number of subplots
- savePlots takes a cell array as format strings, so export can be made with a single call in various formats

Enjoy!

인용 양식

Daniel Wirtz (2026). PlotManager (https://kr.mathworks.com/matlabcentral/fileexchange/36294-plotmanager), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: KerMor/matlabtools

카테고리

Help CenterMATLAB Answers에서 Line Plots에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.3.0.0

I've merged my separate submissions into KerMor/matlabtools (http://de.mathworks.com/matlabcentral/fileexchange/52299-kermor-matlabtools), which contains this submission. Please refer to that package to retrieve the current status.
- Many useful improvements
- Included demos
- Tested with current export_fig version

1.2.0.0

- "axes tight" is only executed if neither {X,Y,Z}LimMode are "manual"
- savePlots also takes a cell array of chars as export formats now
- Some new default values

1.1.0.0

Added possibility to (optionally) specify title, xlabel and ylabel in the nextPlot method. Those values will override any values specified before done/nextPlot is called again.

1.0.0.0