Change ylims on dotplot with ggplot
I want to build a dot plot with y limits from -3 to 3. This one time, my data does not contain -3, so it does not show up on my plot. I was not abe to manually change ylim to (-3,3). Is there a way to do this? I tried ylim=c(-3,3) and scale_y_discrete(-3,3) Here… Read More Change ylims on dotplot with ggplot