Closed danielemarinazzo closed 5 years ago
Hi Daniele,
Sure it's possible to add them by modifying axes properties (as you would in a normal matlab figure). In gramm you access these properties in all facets by using gramm_object.axe_property('YGrid ' , 'on')
You could also use geom_hline() for more customized placement.
I hope that helped!
Is it possible to have horizontal grid lines, helpful to evidence differences in mean/median etc when plotting several groups with violin plots?
thanks!