Sympy Plot Backends v1.1.2
What's Changed
-
iplot:- Added
servablekeyword argument:servable=Truewill serves the application to a new browser windows, - Added
namekeyword argument: if used withservable=Trueit will add a title to the interactive application.
- Added
-
Default settings:
- Added
servableandthemetointeractivesection.
- Added
-
Fixed a bug when plotting lines with
BokehBackend. -
Improved the way of setting the number of discretization points:
ncan now be a two (or three) elements tuple, which will overriden1andn2. -
It is now possible to pass a float number of discretization points, for example
n=1e04. -
added
labelkeyword argument to plot functions.