Skip to content

Conversation

@dapperfu
Copy link
Contributor

I found this testing with matplotlib-2.0.

‘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

‘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
@coveralls
Copy link

coveralls commented Feb 10, 2017

Coverage Status

Coverage decreased (-0.02%) to 77.461% when pulling b1ebbdf on jed-frey:master into 8caf661 on python-control:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 77.461% when pulling b1ebbdf on jed-frey:master into 8caf661 on python-control:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 77.461% when pulling b1ebbdf on jed-frey:master into 8caf661 on python-control:master.

@slivingston slivingston self-assigned this Feb 10, 2017
@slivingston slivingston merged commit b1ebbdf into python-control:master Feb 15, 2017
slivingston added a commit that referenced this pull request Feb 15, 2017
@slivingston
Copy link
Member

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants