]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commit
Suppress Matplotlib's deprecation warning
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 30 Jul 2020 06:47:06 +0000 (08:47 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 30 Jul 2020 06:47:06 +0000 (08:47 +0200)
commit86dc6a0d9d808987463b2829df3ca6fb47e12e51
tree828701be6a2e637628e1691b5b44756083cb6291
parent218ef183442fb68f702ded2c73040abe4d006081
Suppress Matplotlib's deprecation warning

The warning was:

    coffee-flask/app.py:127: MatplotlibDeprecationWarning:
    normalize=None does not normalize if the sum is less than 1 but
    this behavior is deprecated since 3.3 until two minor releases
    later. After the deprecation period the default value will be
    normalize=True. To prevent normalization pass normalize=False
app.py