Dear all,
I am trying to produce a graph with major and minor ticks on the x-axis but no labels on this axis (this will be used to combine with other graphs). My command looks like this:
line cum_del_GBS_05 cum_del_GBS_10 delay_sys_week if n_records_allr<=100&delay_sys<=182, ///
xlabel(none) xtick(0 (5) 25) xmtick(##5) xtitle(" ", margin(small)) ylabel(0 (0.2) 1) ///
ytitle("Cumulative proportion", margin(small)) title("GBS") ///
legend(label(1 "2005-2009") label(2 "2010-2015"))
When I run it I get the graph attached - no label, major ticks but no minor ticks. I have tried to go through the help but I can't really understand why this is happening. Is there any way to get around this?
Thanks in advance.
Kind regards,
Andreia Leite
I am trying to produce a graph with major and minor ticks on the x-axis but no labels on this axis (this will be used to combine with other graphs). My command looks like this:
line cum_del_GBS_05 cum_del_GBS_10 delay_sys_week if n_records_allr<=100&delay_sys<=182, ///
xlabel(none) xtick(0 (5) 25) xmtick(##5) xtitle(" ", margin(small)) ylabel(0 (0.2) 1) ///
ytitle("Cumulative proportion", margin(small)) title("GBS") ///
legend(label(1 "2005-2009") label(2 "2010-2015"))
When I run it I get the graph attached - no label, major ticks but no minor ticks. I have tried to go through the help but I can't really understand why this is happening. Is there any way to get around this?
Thanks in advance.
Kind regards,
Andreia Leite
Comment