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.
2 parents 329e0ba + d5dabaa commit ba8b422Copy full SHA for ba8b422
handout-beginner.tex
@@ -232,7 +232,7 @@ \subsection*{\rmfamily Organize}
232
\begin{tabular}{@{}m{.821\linewidth}m{.169\linewidth}}
233
\begin{lstlisting}[belowskip=-\baselineskip]
234
X = np.linspace(0,10,100)
235
- Y1, Y1 = np.sin(X), np.cos(X)
+ Y1, Y2 = np.sin(X), np.cos(X)
236
ax.plot(X, Y1, Y2)
237
\end{lstlisting}
238
& \raisebox{-0.75em}{\includegraphics[width=\linewidth]{plot-multi.pdf}}
0 commit comments