Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Single-class box plot doesn't return any data #115

Copy link
Copy link

Description

@mishushakov
Issue body actions

Not working snippet:

import matplotlib.pyplot as plt
import numpy as np

data = np.random.randn(100)
bp = plt.boxplot(data, patch_artist=True)
plt.show()

Working snippet:

import matplotlib.pyplot as plt
import numpy as np

data = np.random.randn(100)
data2 = np.random.randn(20)
bp = plt.boxplot([data,data2], patch_artist=True)
plt.show()
Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

Morty Proxy This is a proxified and sanitized view of the page, visit original site.