Make axis.set_scale private#1917
Conversation
…d adding a wrapper function with depreciation warning.
|
It seems odd to me that there should be a Thanks for doing this @tacaswell . |
|
Yeah -- marking as 1.3.x, but I want to think on this for a bit. I can't help thinking there might be a better way. |
|
Currently all of the calls to My thoughts on this are colored by c++ style friend relationships. I don't see how an |
lib/matplotlib/axis.py
Outdated
|
Sorry about the spelling errors, did not realize the spell checker was not working. I copied the import of |
|
@tacaswell Yes please. That must be a left over when mplDeprecation was in the init.py file. |
Deprecated in PR matplotlib#1917 and commit 4003603
Deprecated in PR matplotlib#1917 and commit 4003603
Addresses fixes #1871 by making
axis.set_scaleprivate and adding a wrapper function with depreciation warning.