From a39650c4b0ba0077946166af320d633885acc506 Mon Sep 17 00:00:00 2001 From: Ruth Comer Date: Fri, 17 Mar 2023 15:25:32 +0000 Subject: [PATCH] DOC: remove rcdefaults from barh example --- galleries/examples/lines_bars_and_markers/barh.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/galleries/examples/lines_bars_and_markers/barh.py b/galleries/examples/lines_bars_and_markers/barh.py index 64d5a5137906..4de8bc85d3d5 100644 --- a/galleries/examples/lines_bars_and_markers/barh.py +++ b/galleries/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