Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af15065

Browse files
authored
Merge pull request matplotlib#64 from kojix2/patch-1
Fix a typo
2 parents 501a475 + 843b52d commit af15065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handout-beginner.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ \subsection*{\rmfamily Organize}
233233
\begin{lstlisting}[belowskip=-\baselineskip]
234234
X = np.linspace(0, 10, 100)
235235
Y1, Y2 = np.sin(X), np.cos(X)
236-
ax.plot(X, Y1, Y2)
236+
ax.plot(X, Y1, X, Y2)
237237
\end{lstlisting}
238238
& \raisebox{-0.75em}{\includegraphics[width=\linewidth]{plot-multi.pdf}}
239239
\end{tabular}

0 commit comments

Comments
 (0)