Skip to content

Commit

Permalink
Merge pull request #104 from Volker-Weissmann/myfix
Browse files Browse the repository at this point in the history
Simple fix
  • Loading branch information
rougier authored Dec 15, 2021
2 parents eaa41d8 + 4007098 commit 6e1d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handout-intermediate.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6e1d7a9

Please sign in to comment.