How to delete second y axis (plotyy) using the plot tools
조회 수: 8 (최근 30일)
이전 댓글 표시
Hello,
I have a figure consisting of 4 subplots. Each of these subplots is a plot with two y-axes (plotyy). However, I want to delete the second y axis using the plot tools. Unfortunately I can't find an entry for the second y-axis in the property editor, nor can I highlight the second y axis. Only the 'first' y axis appears.
Is there a way to delete the second y axis with the plot tools or do I have to extract the data from each subplot and re-plot it again?
Thanks you!
댓글 수: 0
답변 (1개)
Adam
2016년 11월 25일
You can open the plot browser and this should show you two axes. You can unshow or delete from here. I am working in R2016b though. I don't know if this also works the same in earlier versions.
In R2016b yyaxes is recommended over plotyy though it still appears to work.
댓글 수: 2
Adam
2016년 11월 25일
Hmm, I'm afraid I can't check that as I recently uninstalled older versions of Matlab.
참고 항목
카테고리
Help Center 및 File Exchange에서 Two y-axis에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!