How to adjust x-axis in a plot?
Mostrar comentarios más antiguos
Hi,
I am trying to plot a global picture (as shown in figure attached) where my x-axis is from 180 to -180 longitudes but I need to adjust it to start from 0 longitudes and and end with just before 0 longitudes (a sample is also shown).
Please suggest how to achieve that?
Main Figure:

How I want:

Respuesta aceptada
Más respuestas (2)
KSSV
el 20 de Ag. de 2021
1 voto
To limit axes read about xlim, ylim, axis.
To put up your required lables on the axis read about xticklabel and yticklabel.
1 comentario
UTKARSH VERMA
el 20 de Ag. de 2021
Steven Lord
el 20 de Ag. de 2021
1 voto
Since you're working with map data, you may want to explore the map axes that is part of Mapping Toolbox if this toolbox is available to you. There are a number of properties of map axes that you can control (including projection as well as longitude and latitude limits) that may be of use to you in creating this map graphic.
1 comentario
UTKARSH VERMA
el 23 de Ag. de 2021
Categorías
Más información sobre Creating, Deleting, and Querying Graphics Objects en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

