Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
class MplCurveDrawer(BaseCurveDrawer):
"""Curve drawer for MatplotLib backend."""

DefaultMarkers = MarkerStyle().filled_markers
DefaultMarkers = MarkerStyle.filled_markers
DefaultColors = tab10.colors

class PrefixFormatter(Formatter):
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/matplotlib-fix-58d938b49771cf17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
fixes:
- |
Fixed a deprecated Matplotlib ``MarkerStyle`` usage in the visualization module that was causing warnings in Matplotlib 3.6+.