From c6a42008fbd0ddb066bee7663d05def80ccc8aad Mon Sep 17 00:00:00 2001 From: daquintero Date: Sun, 25 Aug 2024 11:32:07 +0100 Subject: [PATCH] Fix tests --- piel/visual/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piel/visual/style.py b/piel/visual/style.py index 96676431..a5467874 100644 --- a/piel/visual/style.py +++ b/piel/visual/style.py @@ -8,6 +8,6 @@ def activate_piel_styles(): Returns: None """ - import matplotlib as mpl + import matplotlib.pyplot as mpl mpl.style.use(pathlib.Path(__file__).parent / pathlib.Path("piel_fast.rcParams"))