Skip to content

Sympy Plot Backends v1.6.4

Compare
Choose a tag to compare
@Davide-sd Davide-sd released this 18 Dec 11:14
· 453 commits to master since this release

What's Changed

  • MatplotlibBackend:

    • improved aspect ratio logic. It is now possible to use the new values for 3D plots for Matplotlib>=3.6.0, like "equals".

    • exposed the ax attribute to easily retrieve the plot axis.

  • Added camera keyword arguments to backends in order to set the 3D view position. Refer to each backend documentation to get more information about its usage.

  • improved documentation.