control.use_legacy_defaults

control.use_legacy_defaults(version)[source]

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

Parameters

version (string) – Version number of the defaults desired. Ranges from ‘0.1’ to ‘0.8.4’.

Examples

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