-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
Example gallery-like structure to see all plots at a glance #36
Comments
Here's a list of todos which should encapsulate exactly what has to happen here:
In general, examples should:
|
DemoCards.jl should be able to do that with a few tweaks... |
mmm... now I do have a vue component that handles the into gallery. My issue has been to get all paths and structure programmatically, maybe this could help. Or, replace it. |
Oh yeah, we could definitely add a vue component style to DemoCards (it could even be done on our end so we don't have to wait for a PR there)! I was actually looking for something like this, forgot to check BeautifulMakie :D |
e.g. https://texample.net does this, where you can see a preview of each example on a single page, then click on it. We used to have that in MakieGallery as well, which is still up at https://juliaplots.github.io/MakieReferenceImages/gallery !
It would be great to have something like that here, as a welcoming front page. We could also possibly incorporate the documentation example plots in here, by parsing the docs!
The text was updated successfully, but these errors were encountered: