Grid line for x=0 and y=0
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello! Let us say we have a ordinary graph with x and y axes: I want to have one grid line at x=0 and one at y=0. That would make it much easier to read where a graph is negativ or positive. Couldnt find such possibility here.
Thanks in advance for helping out :-)
Regards Dennis
0 comentarios
Respuestas (3)
Jos (10584)
el 18 de Mzo. de 2014
Take a look at GRIDXY, available on the File Exchange:
gridxy(0,0)
would yield exactly what you want. And you can even play with the line-styles
0 comentarios
Ver también
Categorías
Más información sobre Graphics Objects en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!