-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Feature request: show bars in plt.hist #12874
Copy link
Copy link
Closed as not planned
Labels
status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: histtopic: rcparams
Metadata
Metadata
Assignees
Labels
status: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: histtopic: rcparams
Feature request
Summary
With the new style of plotting (after version 1.5), you cannot distinguish the bars on
plt.hist. Take for example the old way:Unfortunately, I cannot upload images. Nevertheless, you can see the bars. Now, this:
You only see the silhouette of the histogram, not the bars. An easy way to solve this:
edgecolor='w'would be the default option (I would prefer white because it looks good with all the styles). What do you think?By the way, if you want to compare with other software, I think all of them show bars. And a quick search shows...
Matplotlib version
print(matplotlib.get_backend())): Qt5Agg