From c60310b61f386ca91dca0df4b4de2bbe2dcd4e66 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Fri, 17 Mar 2023 13:00:19 -0500 Subject: [PATCH] Backport PR #25486: DOC: remove rcdefaults from barh example --- examples/lines_bars_and_markers/barh.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/lines_bars_and_markers/barh.py b/examples/lines_bars_and_markers/barh.py index 64d5a5137906..4de8bc85d3d5 100644 --- a/examples/lines_bars_and_markers/barh.py +++ b/examples/lines_bars_and_markers/barh.py @@ -11,8 +11,6 @@ # Fixing random state for reproducibility np.random.seed(19680801) - -plt.rcdefaults() fig, ax = plt.subplots() # Example data