TidierOrg / TidierPlots.jl

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

TidierPlots Docs #36

Closed drizk1 closed 1 year ago

drizk1 commented 1 year ago
kdpsingh commented 1 year ago

The reason the tests failed is that you have markdown inside of code blocks.

So it's looking for a Julia object named assets. We should probably just remove all of that because Documenter will run the code blocks and display the output.