-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed as not planned
Closed as not planned
Copy link
Labels
Documentation: examplesfiles in galleries/examplesfiles in galleries/examplesstatus: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.
Description
Add grouped error‑bar plot example to gallery
Add a demo script to galleries/examples/statistics/errorbar_features.py
showing how to plot mean ± standard error for multiple groups.
Reason
Error bars are important in data analysis to communicate uncertainty. A clear grouped example helps analysts present summary statistics effectively.
Proposed Plot
- Synthetic DataFrame with groups:
group
,measurement
. - Compute mean and SEM per group using Pandas.
- Plot with
plt.errorbar()
and labeled axes. - Add explanatory comments and optional
savefig
.
Benefits: Teaches group-aggregation and uncertainty visualization.
Metadata
Metadata
Assignees
Labels
Documentation: examplesfiles in galleries/examplesfiles in galleries/examplesstatus: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.