We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c123573 commit f51a42fCopy full SHA for f51a42f
README.mkdn
@@ -10,7 +10,11 @@ Version: 2.2.10
10
11
The latest version of the wrapper can be downloaded [here](https://github.com/plotly/MATLAB-Online/archive/master.zip).
12
13
-Once downloaded, run `plotlysetup('your_username', 'your_api_key')` to get started.
+Once downloaded, run `plotlysetup_offline()` to get started
14
+If you have a plotly bundle url of the form 'http://cdn.plot.ly/plotly-latest.min.js', then run instead
15
+`plotlysetup_offline('plotly_bundle_url')
16
+
17
+For online use, run `plotlysetup_online('your_username', 'your_api_key')` to get started.
18
19
### Updates
20
0 commit comments