Oude Gao
Oude Gao
I would like to apply `margin = 0` to all groups here, so the yellow and green dots show up too.
By applying `margin = 0` (I think that's the default when you use function like `e_y_axis()`), I am expecting the minimum value of the y axis tick would be the...
Thanks, can you explain how you came up 12 as the margin? I'm creating these plots in a Shiny app dynamically, so most likely I will need to be able...
The reason I submitted an issue is I thought there was a solution from the way margin was applied to the series plotted to this problem, so it represents the...
Thanks!! That's actually not a bad workaround at all. I have been doing something very similar anyways (calculating the margin by using min and max).
Thank you!