Apply the default plotit theme (convenience wrapper for style())
Examples
plotit(iris, encode(x = Sepal.Width, y = Sepal.Length)) |>
mark_point() |>
style_default()
Apply the default plotit theme (convenience wrapper for style())
plotit(iris, encode(x = Sepal.Width, y = Sepal.Length)) |>
mark_point() |>
style_default()