Skip to content

Commit 7b7583c

Browse files
committed
contour without heatmapPlot
1 parent 5e2163b commit 7b7583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/contour/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ exports.plot = function plot(gd, plotinfo, cdcontours, contourLayer) {
3737
if(contours.coloring === 'heatmap') {
3838
cdheatmaps = [cd];
3939
}
40-
heatmapPlot(gd, plotinfo, cdheatmaps, heatmapColoringLayer);
40+
//heatmapPlot(gd, plotinfo, cdheatmaps, heatmapColoringLayer);
4141

4242
makeCrossings(pathinfo);
4343
findAllPaths(pathinfo);

0 commit comments

Comments
 (0)