Skip to content

Commit

Permalink
Merge pull request matplotlib#35 from mpetroff/fix-typo
Browse files Browse the repository at this point in the history
Fix typo and add a couple missing commas
  • Loading branch information
jklymak authored Jul 8, 2020
2 parents 60cb4c4 + 0c5ad81 commit 28af066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cheatsheets.tex
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
\end{multicols*}

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

Expand Down
2 changes: 1 addition & 1 deletion handout-beginner.tex
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ \subsection*{\rmfamily Tweak}
\subsection*{\rmfamily Organize}
% -----------------------------------------------------------------------------

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

% -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion handout-intermediate.tex
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ \subsection*{\rmfamily Annotation}
% -----------------------------------------------------------------------------
\subsection*{\rmfamily Colors}

Any color can be used but Matplotlib offers sets of colors:\\
Any color can be used, but Matplotlib offers sets of colors:\\
\includegraphics[width=\linewidth]{colors-cycle.pdf} \smallskip
\includegraphics[width=\linewidth]{colors-grey.pdf}\\
%As well as nice colormaps (viridis an magma):\\
Expand Down
2 changes: 1 addition & 1 deletion handout-tips.tex
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ \subsection*{\rmfamily Transparency}

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

0 comments on commit 28af066

Please sign in to comment.