Drawing the x-axis at y=0
430 ビュー (過去 30 日間)
表示 古いコメント
Hello. At least as the default option, MATLAB draws the x-axis at the bottom-most part of the graph. However, I would like to draw it at y=0 as is a common convention. Is it possible in MATLAB? (including the scale on the axis, and replacing the default axis drawn at the bottom)
Thanks, David
0 件のコメント
回答 (4 件)
Meade
2017 年 1 月 18 日
For posterity, this has been fixed in the HG2 Update. Linked below since this thread is currently the top search result on the topic.
Brian Russell
2021 年 4 月 30 日
if all you want is dark axes on your plot at x = 0 and y = 0 you just need the commands xline(0) and yline(0). This question is all over MATLAB Central and everybody gives a more complicated solution. Maybe i don't understand the question!
1 件のコメント
Walter Roberson
2021 年 5 月 1 日
xline() and yline() are new as of R2018b; a lot of the other replies are dealing with older releases.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!