-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review Lombardi drawings post #76
Comments
Consider adding the old carousel or something like it: Below is a selection of a few of the smaller named graphs that can be drawn by https://legacy.imagemagick.org/discourse-server/viewtopic.php?t=21454 library(slickR)
img_paths <- list.files("img/carousel", full.names = TRUE)
img_names <- gsub(".png", "", basename(img_paths))
img_caro <- slickR(obj = img_paths, height = 200, width = "95%")
names_caro <- slickR(img_names, slideType = 'p') +
settings(arrows = FALSE)
img_caro %synch% names_caro |
Everythign above goes before the options section. |
MHenderson
changed the title
review post on Lombardi drawings
Review Lombardi drawings post
Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one: https://mjhdata.netlify.app/blog/lombardi-drawings/
The text was updated successfully, but these errors were encountered: