Hi everyone,
I am using Stata 15.1. Whenever I get a Stata graph, it is not connected at the origin. I followed this recommendation https://www.statalist.org/forums/for...-to-start-at-0, it did not help me, probably I am unable to modify the message in it.
For example, using the Auto data in Stata:
My questions are: how can I get the y and x axes connected at the origin?
And why is there a large distance between the beginning of the data points in the graph and the x-axis? Can we correct it too?
In case, how it looks in my eyes, I did attach a picture of the graph.
I would appreciate tips and advices. Thank you.
I am using Stata 15.1. Whenever I get a Stata graph, it is not connected at the origin. I followed this recommendation https://www.statalist.org/forums/for...-to-start-at-0, it did not help me, probably I am unable to modify the message in it.
For example, using the Auto data in Stata:
Code:
tw /// (scatter weight length , mc(gray)) /// (lpoly weight length , lc(red)) /// (scatter weight length /// if rep78 == 2 /// , mlab(make) mlabsize(vsmall) mlabc(black) mc(black)), yscale(r(0)) ylab(#6)
And why is there a large distance between the beginning of the data points in the graph and the x-axis? Can we correct it too?
In case, how it looks in my eyes, I did attach a picture of the graph.
I would appreciate tips and advices. Thank you.
Comment