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 292292 % --- Layout ---------------------------------------------------------------
293293 \begin {myboxed }{Subplots layout \hfill
294294 \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 ,…)}
296296 {https://matplotlib.org/api/_as_gen/matplotlib.pyplot.subplots.html}
297297 {\ttfamily fig, axs = plt.subplots(3,3)}
298298 {}
299- \plot {layout-gridspec.pdf}{G = \textbf {gridspec }(cols, rows,…)}
299+ \plot {layout-gridspec.pdf}{G = \textbf {gridspec }(rows,cols ,…)}
300300 {https://matplotlib.org/api/_as_gen/matplotlib.gridspec.GridSpec.html}
301301 {\ttfamily ax = G[0,:]}{}
302302 \plot {layout-inset.pdf}{ax.\textbf {inset\_ axes }(extent)}
You can’t perform that action at this time.
0 commit comments