Branch: refs/heads/master
Home: https://github.com/python-control/python-control
Commit: b1ebbdf07a6cac009ab635e20e1d236683ac95f4
https://github.com/python-control/python-control/commit/b1ebbdf07a6cac009ab635e20e1d236683ac95f4
Author: Jed <jed...@us...>
Date: 2017-02-09 (Thu, 09 Feb 2017)
Changed paths:
M control/freqplot.py
M control/phaseplot.py
Log Message:
-----------
Removed matplotlib holds.
‘hold’ functionality deprecated
The ‘hold’ keyword argument and all functions and methods related to it are deprecated, along with the ‘axes.hold’ rcParams entry. The behavior will remain consistent with the default hold=True state that has long been in place. Instead of using a function or keyword argument (hold=False) to change that behavior, explicitly clear the axes or figure as needed prior to subsequent plotting commands.
http://matplotlib.org/api/api_changes.html#hold-functionality-deprecated
Commit: 5ab74cfbc15dd249ba5bc88a30f2957e05bb2984
https://github.com/python-control/python-control/commit/5ab74cfbc15dd249ba5bc88a30f2957e05bb2984
Author: Scott C. Livingston <sli...@cd...>
Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths:
M control/freqplot.py
M control/phaseplot.py
Log Message:
-----------
Merge pull request #131 "Removed matplotlib holds."
https://github.com/python-control/python-control/pull/131
Changes are from branch `master` of
https://github.com/jed-frey/python-control.git
Compare: https://github.com/python-control/python-control/compare/c5a8ad360dbf...5ab74cfbc15d |