From 50cd419a16f479b74704c3c7ade98f52cbd389c4 Mon Sep 17 00:00:00 2001 From: Illviljan <14371165+Illviljan@users.noreply.github.com> Date: Fri, 5 Apr 2024 23:59:14 +0200 Subject: [PATCH] Update plotting.rst --- doc/user-guide/plotting.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/user-guide/plotting.rst b/doc/user-guide/plotting.rst index dc705c380c1..f2c8a70274f 100644 --- a/doc/user-guide/plotting.rst +++ b/doc/user-guide/plotting.rst @@ -57,8 +57,6 @@ Imports # Use defaults so we don't get gridlines in generated docs import matplotlib as mpl - %matplotlib inline - mpl.rcdefaults() The following imports are necessary for all of the examples.