Value dash outside a 2D plot

3 visualizzazioni (ultimi 30 giorni)
Reto Kurz
Reto Kurz il 25 Giu 2022
Modificato: Bjorn Gustavsson il 25 Giu 2022
I have noticed that in all 2D plots, the dashes of the values on an axis are shown on the inside. Is it possible to show them outside the graph?
I leave you an example attached.
Thank you very much :)

Risposte (1)

Bjorn Gustavsson
Bjorn Gustavsson il 25 Giu 2022
Modificato: Bjorn Gustavsson il 25 Giu 2022
You can do this:
set(gca,'TickDir','out')
HTH

Categorie

Scopri di più su Line Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by