added appendix for algebra of graphics#86
added appendix for algebra of graphics#86ajinkya-k wants to merge 6 commits intoJuliaMixedModels:mainfrom
Conversation
|
How can I preview the rendered website for a pull request? I saw such a thing in the Julia website repo: JuliaLang/www.julialang.org#2275 (comment) |
|
you can preview it locally with |
|
That’s what I have been doing so far but i thought the action based preview is kinda neat ‘cause other people can read and review without having to wait 10 mins for the quarto to render on their local. By the way I did find this action: https://github.com/marketplace/actions/deploy-pr-preview I might give it a spin on my fork. It’s a nice excuse to learn how to use GitHub actions too! |
|
@palday I tested that GitHub action on my fork and got it to work after some finagling! Preview here: https://ajinkya-k.github.io/EmbraceUncertainty/pr-preview/pr-2/algebraofgraphics.html |
|
Just saw this and wanted to point out something regarding this comment
It's disabled in the scales if you want to disable only a specific scale, otherwise you can hide the whole legend using |
|
Thanks! |
In this appendix, I recreate the faceted plot form the elston grizzle data and illustrate AlgebraOfGraphics concepts along the way.
fixes #85