Hi! How can I edit the number that the x axis starts with in a twoway graph? For example, from 0
this is my code:
twoway (bar Aprobacióndelgobierno PresentaAC, barw(0.15)) || (rcap yu y1 PresentaAC), legend(order(1 "Aprobación Promedio" 2 "IC")) xlabel(0 "No" 1 "Sí") ytitle(`"Aprobación de Gobierno (%)"') ylabel(, angle(horizontal))
this is my code:
twoway (bar Aprobacióndelgobierno PresentaAC, barw(0.15)) || (rcap yu y1 PresentaAC), legend(order(1 "Aprobación Promedio" 2 "IC")) xlabel(0 "No" 1 "Sí") ytitle(`"Aprobación de Gobierno (%)"') ylabel(, angle(horizontal))
Comment