Drawing the x-axis at y=0

513 views (last 30 days)
David
David on 4 Nov 2011
Commented: Gehad Qaki on 7 Dec 2022
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

Accepted Answer

Brian Russell
Brian Russell on 30 Apr 2021
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!
  2 Comments
Gehad Qaki
Gehad Qaki on 7 Dec 2022
This is incredible @Brian Russell. Thank you so much for the very simple solution to a very simple problem. I urge everyone to upvote this response so people see it quicker!

Sign in to comment.

More Answers (3)

Amith Kamath
Amith Kamath on 4 Nov 2011

Jan
Jan on 4 Nov 2011
Further solutions:
It is always a good idea to search in the FEX.

Meade
Meade on 18 Jan 2017
For posterity, this has been fixed in the HG2 Update. Linked below since this thread is currently the top search result on the topic.
  2 Comments

Sign in to comment.

Categories

Find more on Labels and Annotations in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!