Can I change default settings of plot
Mostrar comentarios más antiguos
I am new to MATLAB. When I use plot command, it displays the graph but by default grid is OFF. I have to use grid on command, each & every time I use the plot command. Is there a way that will turn grid on with the plot command?
Respuesta aceptada
Más respuestas (1)
Arvind Srivastav
el 31 de Oct. de 2019
0 votos
Why does it show only verticle lines?
1 comentario
Steven Lord
el 31 de Oct. de 2019
Because Stephen only changed the default value for the axes object's XGrid property.
Setting DefaultAxesXGrid changes the
Default value of
(future) Axes objects'
XGrid property
There are corresponding YGrid and ZGrid properties.
Categorías
Más información sobre Graphics Object Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
