Sympy Plot Backends v1.1.0
What's Changed
-
polar_plot:- a polar chart will be generated if a backend support such feature, otherwise the backend will apply a polar transformation and plot a
cartesian chart. iplotchanges the keyword argument to request a 2D polar chart. Useis_polar=Trueinstead ofpolar=True.
- a polar chart will be generated if a backend support such feature, otherwise the backend will apply a polar transformation and plot a
-
plot3d:- Setting
is_polar=Trueenables polar discretization.
- Setting
-
3d vector plots:
- Keyword argument
slicecan now acccept instances of surface-related series (as well as surface interactive series). - Improved
PlotlyBackendandK3DBackendsupport for 3D vector-quiver interactive series.
- Keyword argument
-
Default setting:
- Added adaptive
"goal". - Added
use_cmfor 3D plots.
- Added adaptive
-
Added
tx, ty, tzkeyword arguments. Now it is possible to apply transformation functions to the numerical data, for example converting the
domain of a function from radians to degrees. -
Added Latex support and a the
use_latexkeyword argument to toggle on/off the use of latex labels. Plot functions will use latex labels on the axis by default, if the backend supports such feature. The behavior can be changed on the default settings. -
Fixed bug within
iplotandK3DBackendwhen settinguse_cm=False. -
iplotparameters can accept symbolic numerical values (of typeInteger,Float,Rational). -
Removed
plot_datamodule.