Grid line for x=0 and y=0
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (3 件)
Jos (10584)
2014 年 3 月 18 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!