Plot with multiple Y-axes

버전 2.0.0.0 (9.61 KB) 작성자: Tom R
Plotting function that allows for N y-axes using a common x axis
다운로드 수: 2.9K
업데이트 날짜: 2019/8/11

라이선스 보기

This function allows for results to be plotted on N separate y-axes. These y-axes share a common x axis, but do not need to share exactly the same x/y data or size. The function supports all utilities on the Figure toolbar, including the data tip, zoom/pan, and data brush. The plot scales upon resize of the figure, maximizing the utilization of the figure's space. The function supports many of the native property commands and syntax for 'plot' such as 'LineStyle','MarkerStyle',etc.. Additionally, saving and loading as .fig is supported, as well as all other MATLAB supported image types.

인용 양식

Tom R (2024). Plot with multiple Y-axes (https://www.mathworks.com/matlabcentral/fileexchange/67349-plot-with-multiple-y-axes), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Subplots에 대해 자세히 알아보기
도움

줌: plotNAx

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

Corrected legend location 'outside' functionality and demonstrated changed axis color in example script

1.0.0.0

Included a sample script to demonstrate possible ways to call the function.