[GRASS-git] [OSGeo/grass] e92602: tplot/frame.py: fixes for Matplotlib 3.3+ (#1191)
Markus Neteler
noreply at github.com
Mon Dec 21 09:35:48 PST 2020
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: e926027961a854f13d8dca045c896a1025bd716a
https://github.com/OSGeo/grass/commit/e926027961a854f13d8dca045c896a1025bd716a
Author: Markus Neteler <neteler at gmail.com>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M gui/wxpython/timeline/frame.py
M gui/wxpython/tplot/frame.py
Log Message:
-----------
tplot/frame.py: fixes for Matplotlib 3.3+ (#1191)
* tplot/frame.py: fix for Matplotlib 3.3+
Reason: The iterable function was deprecated in Matplotlib 3.1 and will be removed in 3.3. Use np.iterable instead.
Inspired by https://github.com/stonebig/plotnine/commit/2044a91c37ba2e732fcd823fddb07cb7f5f06977
* fix set_picker deprecation warning
* remove unused cbook import
* fixes for Matplotlib 3.3+
More information about the grass-commit
mailing list