Skip to content

Commit 6e1d7a9

Browse files
authored
Merge pull request #104 from Volker-Weissmann/myfix
Simple fix
2 parents eaa41d8 + 4007098 commit 6e1d7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: handout-intermediate.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ \subsection*{\rmfamily Figure, axes \& spines}
8383
% -----------------------------------------------------------------------------
8484
\begin{tabular}{@{}m{.821\linewidth}m{.169\linewidth}}
8585
\begin{lstlisting}[belowskip=-\baselineskip]
86-
fig, axs = plt.subplots((3,3))
86+
fig, axs = plt.subplots(3,3)
8787
axs[0,0].set_facecolor("#ddddff")
8888
axs[2,2].set_facecolor("#ffffdd")
8989
\end{lstlisting}

0 commit comments

Comments
 (0)