Hi Stata box plot experts;
I am sketching a box plot using Stata. These are my codes for y-axis labels and scales
yscale(range(0 100))
ylabel(0 (20) 100 , angle(horizontal) nogrid tpos(centre))
What I see is that (unlike two-way graphs) there is a small gap between the first tick, 0, and the lower horizontal frame of the graph inside (or between the last tick, 100, and the upper horizontal frame of the inside of the graph).
Do you have an idea of how I can remove these small gaps?
Thanks
Related Posts with Remove gaps between the y-axis first or last ticks and horizontal frames of a box plot
Group-based Trajectory Analysis: setting max in censored normal distributionHello everyone, I am performing group-based trajectory analysis and my assumed distribution is cens…
Value label defining within a variableDear Stata user, I am trying to define the value labels within a variable using the "if" code as fol…
*egen pair_id = group(DIST).Hi, I have created an id variable for a pair of countries(exporter importer) based on their distanc…
Merge two data sets - error: no unique identifierHello everyone, I have the following problem and would kindly appreciate your help: I have 2 datas…
Factorial ANOVA and MANOVA, how to run?How do I run a Factorial ANOVA and/or MANOVA in Stata 13? I can't seem to find any tutorials in orde…
Subscribe to:
Post Comments (Atom)
0 Response to Remove gaps between the y-axis first or last ticks and horizontal frames of a box plot
Post a Comment