Skip to content

Sympy Plot Backends v1.6.2

Compare
Choose a tag to compare
@Davide-sd Davide-sd released this 13 Dec 11:06
· 463 commits to master since this release

What's Changed

  • Added plot3d_list function to plot list of coordinates on 3D space.

  • Changed value to default setting: cfg["matplotlib"]["show_minor_grid"]=False. Set it to True in order to visualize minor grid lines.

  • Improved documentation.

  • Enabled color_func keyword argument on plot_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.

  • MatplotlibBackend can now combine 3d plots with contour plots.

  • Fixed bug with addition of interactive plots.