-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
GR plots does not appear in notebook #15
Comments
This is a GR issue. GR does not show the plot as part of a |
Oh, I see. I'll open an issue in GR's repo then. Thank you. |
I think you can use GR with Plots.jl though, since Plots does not display until |
actually I even tried the master branch... It works fine in the notebook, but it does not work when you let |
See #27, I mean the notebook function's execute keyword does not seem to work... |
My script contains a command that uses GR to plot. But when I set
execute=true
for notebook, it does not appear in the notebook (appears like the script is executed). Will this be possible to fix?The text was updated successfully, but these errors were encountered: