Change the grid lines' LineWidth

How can I change the grid lines' LineWidth??

2 comentarios

Oleg Komarov
Oleg Komarov el 23 de Feb. de 2012
No way to control it separately from the axes.
Rafi
Rafi el 28 de En. de 2024
I want to change only the horizontal and vertical central line, how do you do it?

Iniciar sesión para comentar.

Respuestas (4)

Jan
Jan el 23 de Feb. de 2012

1 voto

You can disable the grid and draw the lines manually using the positions of the ticks.

3 comentarios

owr
owr el 23 de Feb. de 2012
Done this myself as well - not pretty but it does the trick. If performance becomes an issue it may help if you use lower level graph primitives like "line"
G A
G A el 23 de Feb. de 2012
is it possible to change length of ticks with TickLength and use them as grids?
Oleg Komarov
Oleg Komarov el 23 de Feb. de 2012
You'll get black straight lines.

Iniciar sesión para comentar.

Toshia M
Toshia M el 17 de Mzo. de 2023
Editada: Toshia M el 17 de Mzo. de 2023

1 voto

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
Andre B.
Andre B. el 29 de Mayo de 2020

0 votos

You can use 'GridAlpha' (initially set to 0.15). It has a similar effect as changing the LineWidth.
Jürgen Stein
Jürgen Stein el 27 de Nov. de 2020

0 votos

set(gca,'LineWidth',LineWidth)
...will set both the axes outline and grid line width.

Categorías

Más información sobre Line Plots en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 23 de Feb. de 2012

Comentada:

el 28 de En. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by