Skip to content

boxplot not showing symbols with seaborn style sheet #13022

Closed
@RinaldoB

Description

@RinaldoB

Bug report

Bug summary
When the seaborn style sheet is used, outlier points in plots generated with boxplot are not displayed.

Code for reproduction

%matplotlib notebook
import matplotlib.pyplot as plt
plt.style.use('seaborn')
plt.figure()
plt.boxplot([0,0,0,1])

Actual outcome

image

Expected outcome
image

Matplotlib version

  • Operating system: Linux
  • Matplotlib version: 3.0.1
  • Matplotlib backend (print(matplotlib.get_backend())):
  • Python version: 3
  • Jupyter version (if applicable):
  • Other libraries:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions