Uh oh!
There was an error while loading. Please reload this page.
Adding animation opts to python interface - #1503
Conversation
jonmmease
commented
Apr 9, 2019
Hi @TakodaS, thanks for the PR. I think I'll manually merge your changes into #1474 since that PR does a big refactor to the HTML handling code and so this would cause some merge conflicts. In thinking about the API a little more, here are two thoughts.
How does that sound? |
Hi @jonmmease,
|
jonmmease
commented
Apr 9, 2019
Here's my reasoning. In the R API, I believe the Separating animation options from auto_play does make sense for What do you think @nicolaskruchten? |
nicolaskruchten
commented
Apr 9, 2019
I think Jon's reasoning makes sense that |
jonmmease
commented
Apr 10, 2019
I updated this PR to use the new renderers framework introduced in #1474. I kept the separate |
jonmmease
commented
Apr 10, 2019
Merging |
#1496 Added kwarg in plotly/offline/offline.py to allow animation options to be passed through the python interface to the plotly.js functions.