Azzera filtri
Azzera filtri

How could I change the Linewidth of XTick or YTick without changing the Box or Edge lineWidth?

28 visualizzazioni (ultimi 30 giorni)
I want to change the linewidth of XTick and YTick of the plot, so that I can see the difference between box or edge line and XTick or YTick.

Risposta accettata

jonas
jonas il 17 Ott 2018
You have to dig through the undocumented properties, but its possible
ax.XAxis.MajorTickChild.LineWidth = 2
  3 Commenti
qilin guo
qilin guo il 29 Ott 2021
Brilliant!! You must be an expert of MATLAB! And also I have a question: Where could I find more hidden properties?

Accedi per commentare.

Più risposte (1)

Bruce Rodenborn
Bruce Rodenborn il 4 Ago 2020
Apparently this is no longer and option in MATLAB 2020a. Cannot understand why I have control of minor tick widths, but not major ticks except as a global change to the linewidth of the plot, which affects the box.

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