Create image axis with the origin in the centre

1 vue (au cours des 30 derniers jours)
Kyle Wang
Kyle Wang le 12 Avr 2015
Commenté : Kyle Wang le 13 Avr 2015
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

Réponse acceptée

pfb
pfb le 12 Avr 2015
Modifié(e) : pfb le 12 Avr 2015
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 commentaire
Kyle Wang
Kyle Wang le 13 Avr 2015
plotyy, and multiple axis could also be applicable.

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by