Sympy Plot Backends v1.4.0
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 theis_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'smeshgrid
withindexing='ij'
. This improves the generation of 3D streamlines. -
Fixed bug with
plot3d
andplot_contour
: whenparams
is provided the specified backend will be instantiated. -
Fixed bug with
K3DBackend
andplot3d_implicit
.