We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4739b commit 71867dcCopy full SHA for 71867dc
src/plot.jl
@@ -11,7 +11,7 @@ function get_points(f::Function, options=Dict())
11
X[i] = round(x, 8)
12
Y[i] = round(y, 8)
13
end
14
- print(["x"=>X, "y"=>Y, "type"=>"scatter", "mode"=>"lines", "name"=>opt["name"]])
+
15
return ["x"=>X, "y"=>Y, "type"=>"scatter", "mode"=>"lines", "name"=>opt["name"]]
16
17
0 commit comments