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

Gadfly no interactivity in VSCode plot pane (and how to fix it) #1548

Closed
MrVPlusOne opened this issue Aug 9, 2021 · 2 comments · Fixed by #1549
Closed

Gadfly no interactivity in VSCode plot pane (and how to fix it) #1548

MrVPlusOne opened this issue Aug 9, 2021 · 2 comments · Fixed by #1549

Comments

@MrVPlusOne
Copy link
Contributor

Hi, I noticed this issue today when trying out Gadfly, and it looks like others are experiencing the same issue as well. It looks like it's caused by VSCode recently dropping support for displaying MIME"text/html" and can be fixed by simply adding

Base.show(io::IO, ::MIME"juliavscode/html", p::Gadfly.Plot) = show(io, "text/html", p)

Can anyone please merge this change into the master branch so that others don't have to experience the same issue? I can also send a pull request if needed. Thanks!

@MrVPlusOne MrVPlusOne changed the title Gadfly no interactivity in VSCode plot pane Gadfly no interactivity in VSCode plot pane (and how to fix it) Aug 9, 2021
@bjarthur
Copy link
Member

bjarthur commented Aug 9, 2021

a PR would be great

@MrVPlusOne
Copy link
Contributor Author

PR sent!

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

Successfully merging a pull request may close this issue.

2 participants