Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This adds a new plotter based on
plotly
, which offers the same interface as thematplotlib
one (interchangeable unless custommatplotlib
commands have been used). These new plots introduce hover over info on states, ability to switch layers off/on, and easier ability to zoom and pan, etc.The tutorials have been updated to use
plotly
based plotter.One minor issue is thumbnails may not be produced locally without additional dependency
kaleido
, which I've left as optional but included in the CircleCI and Read the Docs build.Also tested on Read the Docs to confirm build.