We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b057ee commit fd655c2Copy full SHA for fd655c2
doc/python/dropdowns.md
@@ -459,7 +459,7 @@ import collections
459
# Load the gapminder dataset
460
df = px.data.gapminder()
461
462
-#create a dictionary with Plotly figures as values
+# Create a dictionary with Plotly figures as values
463
fig_dict = {}
464
465
# we need to fill that dictionary with figures. this example assumes that each figure has a title and that
0 commit comments