Skip to content

Commit 2a82f79

Browse files
authored
Minor correction
Name of the window around "ideal" line plot should be "ideal" but is instead marked as "fair".
1 parent 6cc19b8 commit 2a82f79

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)