Thanks to visit codestin.com Credit goes to github.com
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 82a2cc8 + ba8b422 commit c7f47aeCopy full SHA for c7f47ae
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