Skip to content

Commit 3479c68

Browse files
Update doc/python/wide-form.md
Co-authored-by: Chris Parmer <[email protected]>
1 parent f8f0880 commit 3479c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/wide-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ wide_df = px.data.short_track_wide()
104104
fig = px.bar(wide_df, x="nation", y=["gold", "silver", "bronze"],
105105
title="Wide-Form Input, styled",
106106
labels={"value": "Medal Count", "variable": "Medal", "nation": "Olympic Nation"},
107-
color_discrete_map={"gold":"gold", "silver": "silver", "bronze": "#c96"},
107+
color_discrete_map={"gold": "gold", "silver": "silver", "bronze": "#c96"},
108108
template="simple_white"
109109
)
110110
fig.update_layout(font_family="Rockwell", showlegend=False)

0 commit comments

Comments
 (0)