Sympy Plot Backends v3.2.0
What's Changed
-
add
update_event
keyword argument to enable/disable auto-update on panning for plots created withMatplotlibBackend
,PlotlyBackend
andBokehBackend
. By default, this functionality is turned off,update_event=False
. -
Improved the logic handling the creation of sliders on interactive-widget plots. Consider this code:
params = {k: (1, 0, 5, formatter, label)
. It now works both withipywidgets
as well aspanel
. Previously,formatter
was not supported byipywidgets
. -
Added
arrows=
keyword argument tonichols
andplot_nichols
. -
Added
show_minus_one=
keyword argument tomcircles
. -
Implemented renderers for Bokeh in order to deal with control system plotting.
-
Improved tooltips in
BokehBackend
. -
Breaking: refactoring of
NicholsLineSeries
. Previously, it returned data about the open-loop transfer function. Now, it also returns data about the closed-loop transfer function, which can be used on tooltips.