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

Support for VSCode plots pane #139

Open
VarLad opened this issue Aug 3, 2020 · 5 comments
Open

Support for VSCode plots pane #139

VarLad opened this issue Aug 3, 2020 · 5 comments
Assignees
Labels

Comments

@VarLad
Copy link

VarLad commented Aug 3, 2020

As you might know, the updates of Juno have been discontinued, the developer is helping with the Julia plugin on VSCode. Can plotting in VSCode's Julia plugin's plot pane be supported in Gaston, like in Juno?Its not working as of now.
I'll be trying it out in Pluto.jl soon too.

@VarLad
Copy link
Author

VarLad commented Aug 17, 2020

Is it possible?

@Lirimy
Copy link

Lirimy commented Aug 18, 2020

This works for me, just for information.

using Gaston

t = 0:0.001:1
plot(t, sin.(2π*5*t)) |> vscodedisplay

@VarLad
Copy link
Author

VarLad commented Aug 18, 2020

This works for me, just for information.

using Gaston

t = 0:0.001:1
plot(t, sin.(2π*5*t)) |> vscodedisplay

Works awesome!
It actually should be there in the documentation.
Thanks 👍
Also, any idea how to achieve the same for gnuplots.jl?

@VarLad
Copy link
Author

VarLad commented Aug 18, 2020

Thanks again, @Lirimy

@VarLad VarLad closed this as completed Aug 18, 2020
@mbaz mbaz self-assigned this Sep 7, 2020
@mbaz mbaz added the docs label Sep 7, 2020
@mbaz
Copy link
Owner

mbaz commented Sep 7, 2020

Reopening so I don't forget to add this to the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants