We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eaa41d8 + 4007098 commit 6e1d7a9Copy full SHA for 6e1d7a9
handout-intermediate.tex
@@ -83,7 +83,7 @@ \subsection*{\rmfamily Figure, axes \& spines}
83
% -----------------------------------------------------------------------------
84
\begin{tabular}{@{}m{.821\linewidth}m{.169\linewidth}}
85
\begin{lstlisting}[belowskip=-\baselineskip]
86
- fig, axs = plt.subplots((3,3))
+ fig, axs = plt.subplots(3,3)
87
axs[0,0].set_facecolor("#ddddff")
88
axs[2,2].set_facecolor("#ffffdd")
89
\end{lstlisting}
0 commit comments