Plot diagramm, i have overlapping axes.

조회 수: 1 (최근 30일)
Mapete
Mapete 2022년 5월 21일
댓글: Rik 2022년 6월 7일
I have two overlapping X-Axes on the left side of the plotted diagram. How can i delete the blue coloured x-Axes?
Thanks!
  댓글 수: 3
Mapete
Mapete 2022년 5월 22일
U can just scroll the screenshot to the right side.
Rik
Rik 2022년 6월 7일
I recovered the removed content from the Google cache (something which anyone can do). Editing away your question is very rude. Someone spent time reading your question, understanding your issue, figuring out the solution, and writing an answer. Now you repay that kindness by ensuring that the next person with a similar question can't benefit from this answer.

댓글을 달려면 로그인하십시오.

답변 (1개)

MJFcoNaN
MJFcoNaN 2022년 5월 22일
The TiledChartLayout object may not be an input of 2nd axes in your code.
You can try to change
ax2=axes(t);
to
yyaxis left
ax2=gca;
  댓글 수: 4
Mapete
Mapete 2022년 5월 22일
Thank you very much!
It worked :)
MJFcoNaN
MJFcoNaN 2022년 5월 26일
:)
ps: I still have concern that overlapping two axes to create a diagram. But it seems that Matlab does not provide two-x & two-y plot function, it is a workaround.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by