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 5481983 commit ba62595Copy full SHA for ba62595
plotly/plotly_setup_aux/plotlyupdate.m
@@ -73,7 +73,7 @@ function plotlyupdate(varargin)
73
%parse filepath string at the Plotly directory
74
plotlyLoc = strfind(fileparts(plotlyScriptDirs{d}),fullfile('MATLAB-api','plotly'));
75
if ~isempty(plotlyLoc)
76
- plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'Matlab-api','plotly');
+ plotlyDirs{dircount} = fullfile(plotlyScriptDirs{d}(1:plotlyLoc-1),'MATLAB-api','plotly');
77
end
78
dircount = dircount + 1;
79
0 commit comments