chiark / gitweb /
m.plots: fix a deprecation warning with matplotlib 3.5.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 12:15:58 +0000 (13:15 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 2 Jan 2022 16:23:42 +0000 (17:23 +0100)
commit560cad4552a7863880c3445158043c449209bebc
tree9a229d20954691d8f662c591e0e1bf5896d33b29
parent49fae91ed65ee63874944a418d49538824f175ec
m.plots: fix a deprecation warning with matplotlib 3.5.

It complains that "Support for setting an rcParam that expects a str
value to a non-str value is deprecated since 3.5 and support will be
removed two minor releases later."
plugins/m/plots.py