Posts by Sebastian • 1 point
2 posts
-
0
votes1
answer177
viewsQ: Plot of points Axis X ggplot2 space between numbers
I made a graph of points and lines, as shown below. Only the spaces between the data on the X axis was 20 by 20. I wanted to put 10 by 10. How can I do that?…
-
0
votes1
answer756
viewsQ: format X-axis of bars in ggplot2
I generated a bar graph in ggplot2 , but the X axis data was not in the number sequence of "1 - 30", I would like to know how to get the sequence right? here are the Scripts c<- c ("Casal 1",…