Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 415c0cf

Browse files
authored
Merge pull request #25490 from meeseeksmachine/auto-backport-of-pr-25486-on-v3.7.x
Backport PR #25486 on branch v3.7.x (DOC: remove rcdefaults from barh example)
2 parents 6c3cd75 + bb0a40b commit 415c0cf

File tree

1 file changed

+0
-2
lines changed
  • examples/lines_bars_and_markers

1 file changed

+0
-2
lines changed

examples/lines_bars_and_markers/barh.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# Fixing random state for reproducibility
1212
np.random.seed(19680801)
1313

14-
15-
plt.rcdefaults()
1614
fig, ax = plt.subplots()
1715

1816
# Example data

0 commit comments

Comments
 (0)