Skip to content

Internal use of deprecated code #11390

Closed
@timhoffm

Description

@timhoffm

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions