File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 292
292
% --- Layout ---------------------------------------------------------------
293
293
\begin {myboxed }{Subplots layout \hfill
294
294
\API {https://matplotlib.org/tutorials/intermediate/gridspec.html} }
295
- \plot {layout-subplot.pdf}{\textbf {subplot[s] }(cols, rows,…)}
295
+ \plot {layout-subplot.pdf}{\textbf {subplot[s] }(rows,cols ,…)}
296
296
{https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html}
297
297
{\ttfamily fig, axs = plt.subplots(3,3)}
298
298
{}
299
- \plot {layout-gridspec.pdf}{G = \textbf {gridspec }(cols, rows,…)}
299
+ \plot {layout-gridspec.pdf}{G = \textbf {gridspec }(rows,cols ,…)}
300
300
{https://matplotlib.org/api/_as_gen/matplotlib.gridspec.GridSpec.html}
301
301
{\ttfamily ax = G[0,:]}{}
302
302
\plot {layout-inset.pdf}{ax.\textbf {inset\_ axes }(extent)}
You can’t perform that action at this time.
0 commit comments