In Mathematica, when I plot things sometimes I don’t always get the x-axis to line up with the exact bottom of the plot. Is there any way I can force it to do this all the time?
Here’s an example of what I’m talking about: https://i.stack.imgur.com/dJPkg.png
I want the x-axis to line up perfectly with the zero tick mark way at the bottom, not in the middle of the y-axis as it is in that image.
Any way I can accomplish this?
Use the option
AxesOrigin -> {0,0}