Skip to content

Commit f805e3c

Browse files
typo
1 parent cf99af9 commit f805e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/figure_factory/_annotated_heatmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def __init__(
204204
self.zmid = (self.zmax + self.zmin) / 2
205205

206206
if kwargs.get("zmid", None) is not None:
207-
self.zmin = kwargs["zmid"]
207+
self.zmid = kwargs["zmid"]
208208

209209
def get_text_color(self):
210210
"""

0 commit comments

Comments
 (0)