Sympy Plot Backends v1.6.2
What's Changed
-
Added
plot3d_listfunction to plot list of coordinates on 3D space. -
Changed value to default setting:
cfg["matplotlib"]["show_minor_grid"]=False. Set it toTruein order to visualize minor grid lines. -
Improved documentation.
-
Enabled
color_funckeyword argument onplot_vector. -
PlotlyBackend:-
if the number of points of a 2D line is greater than some threshold, the backend will switch to
go.Scattergl. This improves performance. -
Fixed bug with interactive widget contour plot and update of colorbar.
-
-
MatplotlibBackendcan now combine 3d plots with contour plots. -
Fixed bug with addition of interactive plots.