Change the grid lines' LineWidth
103 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How can I change the grid lines' LineWidth??
2 Commenti
Rafi
il 28 Gen 2024
I want to change only the horizontal and vertical central line, how do you do it?
Risposte (4)
Jan
il 23 Feb 2012
You can disable the grid and draw the lines manually using the positions of the ticks.
3 Commenti
Toshia M
il 17 Mar 2023
Modificato: Toshia M
il 17 Mar 2023
There is a new feature in R2023a for changing the grid line width. For more information, see this solution: https://www.mathworks.com/matlabcentral/answers/157863-change-grid-line-width
0 Commenti
Andre B.
il 29 Mag 2020
You can use 'GridAlpha' (initially set to 0.15). It has a similar effect as changing the LineWidth.
0 Commenti
Jürgen Stein
il 27 Nov 2020
set(gca,'LineWidth',LineWidth)
...will set both the axes outline and grid line width.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!