Skip to content

Sympy Plot Backends v1.4.0

Compare
Choose a tag to compare
@Davide-sd Davide-sd released this 22 Aug 11:12
· 577 commits to master since this release

What's Changed

  • Reintroduced MayaviBackend to plot 3D symbolic expressions with Mayavi. Note that interactive widgets are still not supported by this backend.

  • plot_contour is now able to create filled contours or line contours on backends that supports such distinction. Set the is_filled keyword argument to choose the behaviour.

  • Implemented interactive widget support for plot_list.

  • Implemented back-compatibility-related features with SymPy.

  • Fixed bugs with PlaneSeries:

    • Data generation for vertical planes is now fixed.
    • K3DBackend is now able to plot this series.
    • Similar to other 3D surfaces, planes will be plotted with a solid color.
  • Fixed bug with Vector3DSeries: the discretized volume is now created with Numpy's meshgrid with indexing='ij'. This improves the generation of 3D streamlines.

  • Fixed bug with plot3d and plot_contour: when params is provided the specified backend will be instantiated.

  • Fixed bug with K3DBackend and plot3d_implicit.