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 ee9a2b0 commit 9235c9dCopy full SHA for 9235c9d
src/Plotly.jl
@@ -90,8 +90,8 @@ function style(style_opts,meta_opts=Dict())
90
91
r = post(endpoint,
92
merge(default_opts,
93
- {"un" => plotlyaccount.username,
94
- "key" => plotlyaccount.api_key,
+ {"un" => creds.username,
+ "key" => creds.api_key,
95
"args" => json([style_opts]),
96
"origin" => "style",
97
"kwargs" => json(meta_opts)}))
0 commit comments