Closed
Description
Bug report
Deprecation warning on Travis:
lib/matplotlib/tests/test_axes.py::test_scatter_marker[png]
/home/travis/build/matplotlib/matplotlib/lib/matplotlib/markers.py:318: MatplotlibDeprecationWarning: Passing vertices as `(verts, 0)` is deprecated since Matplotlib 3.0, and support for it will be removed in 3.2. Directly pass `verts` instead.
"3.0", "Passing vertices as `(verts, 0)` is deprecated since "
The deprecation was introduced in #11099.
The warning is probably coming from internal code _axes.py
l.3964 that should be replaced.