Skip to content
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

Open
MHenderson opened this issue Jul 27, 2023 · 3 comments
Open

Review Lombardi drawings post #76

MHenderson opened this issue Jul 27, 2023 · 3 comments

Comments

@MHenderson
Copy link
Owner

This one: https://mjhdata.netlify.app/blog/lombardi-drawings/

@MHenderson
Copy link
Owner Author

MHenderson commented Jul 29, 2023

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
the Lombardi Spirograph.

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

@MHenderson
Copy link
Owner Author

Everythign above goes before the options section.

@MHenderson MHenderson self-assigned this Jul 29, 2023
@MHenderson MHenderson removed their assignment Jun 21, 2024
@MHenderson 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant