Skip to content

Commit 5d011be

Browse files
remove dead plotlyupdate auto-updater stub
1 parent 05eb20e commit 5d011be

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ If you have a plotly bundle url of the form '<http://cdn.plot.ly/plotly-latest.m
2222

2323
For online use, run `plotlysetup_online('your_username', 'your_api_key')` to get started.
2424

25-
### Updates
26-
27-
**NOTE:** `plotlyupdate.m` is currently turned off.
28-
29-
Please manually download and setup the latest version
30-
of the wrapper by following the installation instructions above.
31-
3225
## Usage
3326

3427
Convert your MATLAB® figures into online [Plotly](https://plot.ly) graphs with a single line of code:

plotly/plotly_setup_aux/plotlycleanup.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
end
4747

4848
for d = 1:length(plotlyDirs)
49-
% add plotlydirs to searchpath (will be removed in future once
50-
% handled by plotlyupdate)
49+
% add plotlydirs to searchpath
5150
addpath(genpath(plotlyDirs{d}));
5251

5352
% delete files from plotly directory

plotly/plotly_setup_aux/plotlyupdate.m

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)