File tree Expand file tree Collapse file tree 3 files changed +4
-27
lines changed
Expand file tree Collapse file tree 3 files changed +4
-27
lines changed Original file line number Diff line number Diff line change 1- ## MATLAB PLOTLY API WRAPPER 2.2.6
1+ ## MATLAB PLOTLY API WRAPPER 2.2.5
22
33### NUTSHELL:
44
Original file line number Diff line number Diff line change 11function version = plotly_version()
2- version = ' 2.2.6 ' ;
2+ version = ' 2.2.5 ' ;
33end
Original file line number Diff line number Diff line change 5353 obj.PlotOptions.CleanFeedTitle = true ;
5454 obj.PlotOptions.FileName = ' ' ;
5555 obj.PlotOptions.FileOpt = ' new' ;
56- obj.PlotOptions.WorldReadable = obj . get_sharing ;
56+ obj.PlotOptions.WorldReadable = true ;
5757 obj.PlotOptions.ShowURL = true ;
5858 obj.PlotOptions.OpenURL = true ;
5959 obj.PlotOptions.Strip = true ;
@@ -887,29 +887,6 @@ function delete(obj)
887887 link_domain = strrep(plotly_domain , ' https://' , ' ' );
888888 link_domain = strrep(link_domain , ' http://' , ' ' );
889889 link_text = [' Export to ' link_domain ];
890- end
891-
892- function sharing_value = get_sharing(obj )
893- config = loadplotlyconfig();
894- if ~isfield(config , ' sharing' )
895- if isfield(config , ' world_readable' )
896- sharing_value = config .world_readable ;
897- return ;
898- else
899- sharing_value = true ;
900- return ;
901- end
902- end
903-
904- config = config .sharing ;
905- if strcmp(config , ' private' )
906- sharing_value = false ;
907- elseif strcmp(config , ' secret' )
908- warning(' Secret share keys are not currently supported in the MATLAB API.' );
909- sharing_value = false ;
910- else
911- sharing_value = true ;
912- end
913- end
890+ end
914891 end
915892end
You can’t perform that action at this time.
0 commit comments