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
Create a ggplot scale that uses bands instead of grid lines. MVP:
interface like scale_x_bands(...)
breaks specifying the boundaries of the bands, labels centered in alternating bands, band styling set by a relevant theme(panel.grid.band = element_rect(...)) element
...
The text was updated successfully, but these errors were encountered:
Create a ggplot scale that uses bands instead of grid lines. MVP:
scale_x_bands(...)
breaks
specifying the boundaries of the bands,labels
centered in alternating bands, band styling set by a relevanttheme(panel.grid.band = element_rect(...))
elementThe text was updated successfully, but these errors were encountered: