-
Notifications
You must be signed in to change notification settings - Fork 6
added appendix for algebra of graphics #86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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