Skip to content

Sympy Plot Backends v1.1.1

Choose a tag to compare

@Davide-sd Davide-sd released this 08 May 07:55
· 837 commits to master since this release

What's Changed

  • Added color_func keyword argument to:

    • plot to apply custom coloring to lines.
    • plot3d and plot3d_parametric_surface to apply custom coloring to 3D
      surfaces.
    • to accomodate color_func, ParametricSurfaceSeries.get_data() now
      returns 5 elements instead of 3.
  • Added plot range to default settings.

  • Implemented a custom printer for interval math to be used inside
    ImplicitSeries.

  • Added plot3d_implicit to visualize implicit surfaces.

  • MatplotlibBackend now uses default colorloop from plt.rcParams['axes.prop_cycle'].