Skip to content

Commit 380eefa

Browse files
authored
Merge pull request #5315 from Lexachoc/patch-0
fix a typo in `_ternary_contour.py`
2 parents d462ac6 + 776cf20 commit 380eefa

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)