Skip to content

Commit 776cf20

Browse files
authored
fix interp_mode typo
1 parent 694b036 commit 776cf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_ternary_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def _contour_trace(
382382
ncontours=None,
383383
colorscale="Electric",
384384
linecolor="rgb(150,150,150)",
385-
interp_mode="llr",
385+
interp_mode="ilr",
386386
coloring=None,
387387
v_min=0,
388388
v_max=1,

0 commit comments

Comments
 (0)