Skip to content

Commit 19c7756

Browse files
Merge pull request #518 from brburrous/issue513
Removed call to unknown function 'toC'
2 parents 4c786e8 + f56427e commit 19c7756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotlyfig_aux/helpers/extractAxisData.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
%=====================================================================%
8888

8989
%-get tick label data-%
90-
tickLabels = toC(axisData.(axisName + "TickLabel"));
90+
tickLabels = axisData.(axisName + "TickLabel");
9191
tickValues = axisData.(axisName + "Tick");
9292

9393
if ischar(tickLabels)

0 commit comments

Comments
 (0)