control.use_legacy_defaults

control.use_legacy_defaults(version)[source]

Sets the defaults to whatever they were in a given release.

Parameters:
versionstring

Version number of python-control to use for setting defaults.

Examples

>>> ct.use_legacy_defaults("0.9.0")
(0, 9, 0)
>>> # do some legacy style plotting