File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 770
770
\end {multicols* }
771
771
772
772
\begin {multicols* }{5}
773
- \begin {myboxed }{Axes adjustements \hfill
773
+ \begin {myboxed }{Axes adjustments \hfill
774
774
\API {https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots_adjust.html}}
775
775
plt.\textbf {subplot\_ adjust }( … )\\
776
776
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ \subsection*{\rmfamily Tweak}
225
225
\subsection* {\rmfamily Organize }
226
226
% -----------------------------------------------------------------------------
227
227
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
229
229
split a figure in several subplots (named {\em Axes}): \medskip
230
230
231
231
% -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ \subsection*{\rmfamily Annotation}
174
174
% -----------------------------------------------------------------------------
175
175
\subsection* {\rmfamily Colors }
176
176
177
- Any color can be used but Matplotlib offers sets of colors:\\
177
+ Any color can be used, but Matplotlib offers sets of colors:\\
178
178
\includegraphics [width=\linewidth ]{colors-cycle.pdf} \smallskip
179
179
\includegraphics [width=\linewidth ]{colors-grey.pdf}\\
180
180
% As well as nice colormaps (viridis an magma):\\
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ \subsection*{\rmfamily Transparency}
97
97
98
98
% -----------------------------------------------------------------------------
99
99
\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
101
101
scatter, you can rasterize them to save memory and keep other elements
102
102
in vector format.
103
103
\ begin{lstlisting}
You can’t perform that action at this time.
0 commit comments