We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7af5ef commit cd6c101Copy full SHA for cd6c101
packages/python/plotly/templategen/utils/__init__.py
@@ -107,7 +107,6 @@ def initialize_template(
107
template.data.histogram2dcontour[0].colorscale = colorscale
108
template.data.contour[0].colorscale = colorscale
109
template.data.surface[0].colorscale = colorscale
110
- template.data.heatmap[0].colorscale = colorscale
111
112
# Cartesian
113
template.layout.xaxis = cartesian_axis
0 commit comments