Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.1.0.a16

Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 30 Nov 18:54
· 176 commits to main since this release
2873a67

Breaking changes

  • in #382 the controllers argument for GridPlot has been replaced by two new arguments. See the new docstring for details, briefly:
    • controller_ids to specify how controllers can be synced across subplots
    • controller_types to specify the controller types, such as "panzoom", "fly", "orbit", etc.
  • after #364 PlotArea.auto_scale() only takes keyword arguments and no positional arguments.

What's Changed

Full Changelog: v0.1.0.a15...v0.1.0.a16