Azzera filtri
Azzera filtri

How can one remove axis ticks on imagesc but keep labels?

43 visualizzazioni (ultimi 30 giorni)
I am trying to remove the physical tick marks from imagesc on both the x and y axes, but have labels for both axes I want to keep. Is there a way to remove the ticks, or control the size of them so they are virtually invisible?

Risposte (2)

Mike Garrity
Mike Garrity il 3 Mar 2016
Have you tried setting the length of the ticks to 0?
set(gca,'TickLength',[0 0])
  2 Commenti
Mr M.
Mr M. il 23 Lug 2018
I have the same problem, but I do not need the axis lines, nor ticks, but I want to keep the xlabel and ylabel. How to do this?
Ruben Haverkort
Ruben Haverkort il 28 Mag 2021
Modificato: Ruben Haverkort il 28 Mag 2021
Hi Mr M.
This answer is probably a bit late for you, but maybe somebody else googling this topic might benefit.
To remove the 'axis lines', use
grid off

Accedi per commentare.


Kathleen Miller
Kathleen Miller il 3 Mar 2016
Perfect! Thanks so much!

Categorie

Scopri di più su Formatting and Annotation 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