-
Notifications
You must be signed in to change notification settings - Fork 59
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
macro to plot in Pluto #409
base: main
Are you sure you want to change the base?
Conversation
The failing checks look unrelated to this PR. |
NOTE: String interpolation is not working inside the macro. |
NOTE: It doesn't work for packages that create their own |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #409 +/- ##
==========================================
- Coverage 80.15% 78.38% -1.77%
==========================================
Files 26 27 +1
Lines 1693 1721 +28
==========================================
- Hits 1357 1349 -8
- Misses 336 372 +36 ☔ View full report in Codecov by Sentry. |
Hi!
This PR exports the
@html_plot
macro to display R plots in Pluto:This is related to fonsp/Pluto.jl#1085 and https://stackoverflow.com/questions/64049836/using-ggplot2-with-julia-pluto-notebook
I hope it is helpful,
Best regards,