From 4007098638e3359052754e48eeced1afef0c5128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Wei=C3=9Fmann?= Date: Wed, 15 Dec 2021 16:07:42 +0100 Subject: [PATCH] fix --- handout-intermediate.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handout-intermediate.tex b/handout-intermediate.tex index 38fb97e..7af7e8c 100644 --- a/handout-intermediate.tex +++ b/handout-intermediate.tex @@ -83,7 +83,7 @@ \subsection*{\rmfamily Figure, axes \& spines} % ----------------------------------------------------------------------------- \begin{tabular}{@{}m{.821\linewidth}m{.169\linewidth}} \begin{lstlisting}[belowskip=-\baselineskip] - fig, axs = plt.subplots((3,3)) + fig, axs = plt.subplots(3,3) axs[0,0].set_facecolor("#ddddff") axs[2,2].set_facecolor("#ffffdd") \end{lstlisting}