TidierOrg / TidierPlots.jl

Tidier data visualization in Julia, modeled after the ggplot2 R package.
MIT License
218 stars 8 forks source link

Add documentation for how to use TidierPlots in Pluto #55

Closed rdboyes closed 7 months ago

rdboyes commented 8 months ago

Need to add a page to the docs that describes how to use the package in Pluto.jl

Basically, the first two cells should be:

using DataFrames, TidierPlots, WGLMakie

WGLMakie.activate!()

rdboyes commented 7 months ago

With the backend rewrite, this is no longer necessary since the package works as anyone would expect, i.e. image