File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ## MATLAB PLOTLY API WRAPPER 2.2.3
1+ ## MATLAB PLOTLY API WRAPPER 2.2.4
22
33### NUTSHELL:
44
Original file line number Diff line number Diff line change 11function version = plotly_version()
2- version = ' 2.2.3 ' ;
2+ version = ' 2.2.4 ' ;
33end
Original file line number Diff line number Diff line change 7474% -------------------------------------------------------------------------%
7575
7676% get colorbar title and labels
77- colorbar_title = colorbar_data .Title ;
78- colorbar_title_data = get(colorbar_title );
7977if isHG2
78+ colorbar_title = colorbar_data .Label ;
79+ colorbar_title_data = get(colorbar_title );
8080 colorbar_ylabel = colorbar_data .Label ;
8181 colorbar_ylabel_data = get(colorbar_data .Label );
8282 colorbar_xlabel_data.String = [];
8383else
84+ colorbar_title = colorbar_data .Title ;
85+ colorbar_title_data = get(colorbar_title );
8486 colorbar_xlabel = colorbar_data .XLabel ;
8587 colorbar_xlabel_data = get(colorbar_xlabel );
8688 colorbar_ylabel = colorbar_data .YLabel ;
You can’t perform that action at this time.
0 commit comments