Single-class box plot doesn't return any data
@mishushakov is already working on this.
Since Jun 4, 2025.
Assessment
This issue has not been assessed yet.
Description
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()
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 228
- Avg merge
- 48m
- Merged PRs (30d)
- 5
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from e2b-dev/code-interpreter
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
e2b-dev/code-interpreter#326 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
e2b-dev/code-interpreter#251 · 2 comments ·
-
Dependency Dashboard OpenChore Dashboard
Difficulty 5/5 Over a week Newbie friendliness 20/100
e2b-dev/code-interpreter#200 · 2 comments ·
-
feature SDK
Difficulty 5/5 Over a week Newbie friendliness 35/100
e2b-dev/code-interpreter#190 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
e2b-dev/code-interpreter#165 · 1 comment ·
All issues in e2b-dev/code-interpreter
Similar issues
-
triage/confirmed
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
Difficulty 1/5 Under an hour Newbie friendliness 92/100
NousResearch/hermes-agent#118866 ·
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
apache/cloudstack#14222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100