We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Copy the code from the example into a file, e.g. plot.jl:
plot.jl
using Gaston, SpecialFunctions set(term = "qt") x = y = 0:0.075:10 surf(x, y, (x,y) -> besselj0(y)*x^2, with = "pm3d", Axes(view = (45, 45), pm3d = "lighting primary 0.5 specular 0.4", key = :off)
In a REPL, run it using include("plot.jl"), or run it from the command line using julia plot.jl
include("plot.jl")
julia plot.jl
Expected:
Something shows up, like when the code is copy-pasted into a REPL.
Actual:
Nothing shows up.
The text was updated successfully, but these errors were encountered:
Works for me.
What happens if you execute the code in the REPL instead of includeing it?
include
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Copy the code from the example into a file, e.g.
plot.jl
:In a REPL, run it using
include("plot.jl")
, or run it from the command line usingjulia plot.jl
Expected:
Something shows up, like when the code is copy-pasted into a REPL.
Actual:
Nothing shows up.
The text was updated successfully, but these errors were encountered: