You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ggplot has an offset to start their labels. Is this considered good practice? Personally I would not like to see such plots when quantiles are added as it is difficult to see at which times these quantiles are reached. I propose to start at the true origin using + scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0)) in visR @cschaerfe@bailliem@timtreis
The text was updated successfully, but these errors were encountered:
Personally very much in favour of this, but I feel like this borders into the previous discussion we had about changing defaults in plots, no? Back then we decided against applying a better default ggplot theme as to not surprise the user with styling that was not actively asked for. If we take the step to adjust the lower axis limits, I think we can sneak in a better theme there as well.
Currently ggplot has an offset to start their labels. Is this considered good practice? Personally I would not like to see such plots when quantiles are added as it is difficult to see at which times these quantiles are reached. I propose to start at the true origin using + scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0)) in visR
@cschaerfe @bailliem @timtreis
The text was updated successfully, but these errors were encountered: