We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8b422 commit 843b52dCopy full SHA for 843b52d
handout-beginner.tex
@@ -233,7 +233,7 @@ \subsection*{\rmfamily Organize}
233
\begin{lstlisting}[belowskip=-\baselineskip]
234
X = np.linspace(0,10,100)
235
Y1, Y2 = np.sin(X), np.cos(X)
236
- ax.plot(X, Y1, Y2)
+ ax.plot(X, Y1, X, Y2)
237
\end{lstlisting}
238
& \raisebox{-0.75em}{\includegraphics[width=\linewidth]{plot-multi.pdf}}
239
\end{tabular}
0 commit comments