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

Skip to content

Commit 28af066

Browse files
authored
Merge pull request matplotlib#35 from mpetroff/fix-typo
Fix typo and add a couple missing commas
2 parents 60cb4c4 + 0c5ad81 commit 28af066

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cheatsheets.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@
770770
\end{multicols*}
771771

772772
\begin{multicols*}{5}
773-
\begin{myboxed}{Axes adjustements\hfill
773+
\begin{myboxed}{Axes adjustments\hfill
774774
\API{https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots_adjust.html}}
775775
plt.\textbf{subplot\_adjust}( … )\\
776776

handout-beginner.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ \subsection*{\rmfamily Tweak}
225225
\subsection*{\rmfamily Organize}
226226
% -----------------------------------------------------------------------------
227227

228-
You can plot several data on the the same figure but you can also
228+
You can plot several data on the the same figure, but you can also
229229
split a figure in several subplots (named {\em Axes}): \medskip
230230

231231
% -----------------------------------------------------------------------------

handout-intermediate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ \subsection*{\rmfamily Annotation}
174174
% -----------------------------------------------------------------------------
175175
\subsection*{\rmfamily Colors}
176176

177-
Any color can be used but Matplotlib offers sets of colors:\\
177+
Any color can be used, but Matplotlib offers sets of colors:\\
178178
\includegraphics[width=\linewidth]{colors-cycle.pdf} \smallskip
179179
\includegraphics[width=\linewidth]{colors-grey.pdf}\\
180180
%As well as nice colormaps (viridis an magma):\\

handout-tips.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ \subsection*{\rmfamily Transparency}
9797

9898
% -----------------------------------------------------------------------------
9999
\subsection*{\rmfamily Rasterization}
100-
If your figure has many graphical elements such as a huge
100+
If your figure has many graphical elements, such as a huge
101101
scatter, you can rasterize them to save memory and keep other elements
102102
in vector format.
103103
\begin{lstlisting}

0 commit comments

Comments
 (0)