Offset axes at origin
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
In Python/Seaborn, there is the option to offset the x and y axis at the origin. This 'despine' pulls the x-axis down a bit, and the y-axis left, so that data that are close to either one become more visible. For example:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/147569/image.png)
I can use Matlab for (almost) all figure aesthetics issues, but this seems to be only possible in Illustrator. I've searched the file exchange but haven't found any submission that does this... Does anyone have an idea of how to easily move the axes outwards while keeping the data the same?
Thanks!
3 commentaires
dpb
le 30 Juil 2015
ADDENDUM Seems like a reasonable enhancement request; after all only 25+ yr after I requested for hold on to not recycle the color order counter by default they actually did!!!
dpb
le 30 Juil 2015
ADDENDUM 2 Probably the easiest thing to do with Matlab is to change the lower x/y limit to something slight less than 2/1 to thus have the actual data start slightly above/right of the axes. The tick values can still be the unit values. Again, of course, they'll still meet at the intersection.
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!