ggplot layer explorer shiny app #89
yjunechoe
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is awesome! 🎉
I think it'd go a long way to just add a 1-2 sentence context to what part of the layer you're in.
This is asking for nightmares. Saved ggplot objects are only interoperable within the same version. If you are running 3.5.2 but a 3.5.0 plot is uploaded, you're likely to run into some troubles. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had long planned to make an educational shiny app powered by {ggtrace}. The recent discussion in #87, especially Teun's comment, finally propelled me to take a stab at this.
A prototype is available as a shinylive app: https://yjunechoe.github.io/ggplot2-layer-explorer (link to code)
The current UI is:
p
in the code editor in the middle column (app initializes with an example)Potato quality demo (also, slightly outdated UI):
layer.explorer.demo.mp4
Half-baked thoughts for next steps:
Beta Was this translation helpful? Give feedback.
All reactions