Skip to content

Commit 82f1f6f

Browse files
authored
Merge pull request #2195 from ashwin-nayak/patch-1
Minor correction
2 parents d6d0f00 + 2a82f79 commit 82f1f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/line-charts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fig.add_trace(go.Scatter(
384384
fillcolor='rgba(231,107,243,0.2)',
385385
line_color='rgba(255,255,255,0)',
386386
showlegend=False,
387-
name='Fair',
387+
name='Ideal',
388388
))
389389
fig.add_trace(go.Scatter(
390390
x=x, y=y1,

0 commit comments

Comments
 (0)