We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents 74d0cd9 + 804541b commit a85da05Copy full SHA for a85da05
doc/python/animations.md
@@ -261,18 +261,6 @@ fig_dict = {
261
fig_dict["layout"]["xaxis"] = {"range": [30, 85], "title": "Life Expectancy"}
262
fig_dict["layout"]["yaxis"] = {"title": "GDP per Capita", "type": "log"}
263
fig_dict["layout"]["hovermode"] = "closest"
264
-fig_dict["layout"]["sliders"] = {
265
- "args": [
266
- "transition", {
267
- "duration": 400,
268
- "easing": "cubic-in-out"
269
- }
270
- ],
271
- "initialValue": "1952",
272
- "plotlycommand": "animate",
273
- "values": years,
274
- "visible": True
275
-}
276
fig_dict["layout"]["updatemenus"] = [
277
{
278
"buttons": [
0 commit comments