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 71da224 commit f44bd44Copy full SHA for f44bd44
src/Plotly.jl
@@ -15,7 +15,7 @@ end
15
16
default_options = ["filename"=>"Plot from Julia API",
17
"world_readable"=> true,
18
-"layout"=>[]]
+"layout"=>Dict()]
19
20
## Taken from https://github.com/johnmyleswhite/Vega.jl/blob/master/src/Vega.jl#L51
21
# Open a URL in a browser
@@ -28,7 +28,7 @@ end
28
default_opts = [
29
"origin" => "plot",
30
"platform" => "Julia",
31
-"version" => "0.1"]
+"version" => "0.2"]
32
33
function signup(username::String, email::String)
34
r = HTTPClient.HTTPC.post("http://plot.ly/apimkacct",
0 commit comments