Create image axis with the origin in the centre

조회 수: 1 (최근 30일)
Kyle Wang
Kyle Wang 2015년 4월 12일
댓글: Kyle Wang 2015년 4월 13일
Dear expert, I'm struggling at making a boxed axis around an image with the custom axis tick labels as seen in the sample.
The x-axis is on top with the origin at a specific position (not in the middle). Then the x-axis tick labels increase at both direction towards the top corners, which is like 50 40 30 20 10 0 10 20 30 40 50.
The y-axis sits at two edges of the box, starting from 0 and counting downwards until touching the end of the bottom corners.
Please suggest any clue to draw such axis. Many thanks

채택된 답변

pfb
pfb 2015년 4월 12일
편집: pfb 2015년 4월 12일
For the double y axis, see this answer to a similar question.
For the xaxis on top, look at the XaxisLocation property of the axes.
As to the position and labels of the ticks, see the xtick, xticklabel, ytick, yticklabel properties of the axes (look for axis properties in the documentation).
  댓글 수: 1
Kyle Wang
Kyle Wang 2015년 4월 13일
plotyy, and multiple axis could also be applicable.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by