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

Skip to content

Commit 689bafd

Browse files
authored
Merge pull request #25491 from meeseeksmachine/auto-backport-of-pr-25486-on-v3.7.1-doc
Backport PR #25486 on branch v3.7.1-doc (DOC: remove rcdefaults from barh example)
2 parents 226770a + c60310b commit 689bafd

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)