Skip to content

Commit 4e363e5

Browse files
fix test
1 parent 8042b6d commit 4e363e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Test_plotlyfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2615,7 +2615,7 @@ function testHeatmapTextColorDarkCells(tc)
26152615

26162616
function testHeatmapCellTextAnnotations(tc)
26172617
fig = figure("Visible","off");
2618-
data = [1 2; 3 4];
2618+
data = [1 2; 3 4; 5 6];
26192619
heatmap(data);
26202620

26212621
p = plotlyfig(fig,"visible","off");

0 commit comments

Comments
 (0)