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

Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 26 Mar 22:43
· 12 commits to main since this release
d97307b

New

  • Window layouts! You can create subplots with arbitrary rects/extents on the canvas, move and resize them! From #740.
    See the Examples Gallery to learn how to create them.
rects-2025-03-08_02.43.12.mp4
  • Bidirectional events are supported! No changes in the API, just add event handlers as you normally would without worrying about recursion if you end up with cycles in your event graph. 😄 #744
  • #771 , not officially documented for now, the way in which you access this might change in the future but we plan to keep this because it's very useful

Breaking

  • Subplot.set_title no longer exists, use Subplot.title = "new_title_text". Subplot.title will return a TextGraphic that you can further format.
  • The prototype video recorder (which wasn't really exposed) has been removed since it was very wonky. Once #765 is done we will have a proper way to create a video.

What's Changed

Full Changelog: v0.3.0...v0.4.0