Skip to content

algviz-0.3.0

Compare
Choose a tag to compare
@zjl9959 zjl9959 released this 20 Jun 12:57
· 38 commits to main since this release
  • Support to layout different display objects and assemble the animation sequences. To use this feature, you need to do these things:

    1. The layout engine is platform specific, please make sure your OS is Windows or Linux and your platform is amd64/x86_64 architecture.
    2. Add the layout=True parameter when creating the Visualizer object (the default value of layout is False for compatibility).
    3. Add the Visualizer.layout function in your code where you want to assemble the animation sequences (usually at the end of the code path).
    layout_example.gif
  • Fix bug: Histogram vector zero height cell text size error.