
I want code to add just the horizontal gridlines. I also cant see max values clearly when viewing, is there a way to add extra margin on the side.

I want code to add just the horizontal gridlines. I also cant see max values clearly when viewing, is there a way to add extra margin on the side.
Copyright © 2021 Jogjafile Inc.
Here is an example.
theme_void()makes the gridlines disappear (along with the majority of plot items). However, we can manually edit thetheme()if we place the function aftertheme_void().Created on 2022-10-05 by the reprex package (v2.0.1)