Skip to content

Commit

Permalink
Update Matplotlib_walkthrough.ipynb
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
marcoalopez committed Feb 6, 2024
1 parent c0d1431 commit 93a4821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Matplotlib_walkthrough.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
" - ``constrained_layout``: Automatically adjusts subplots and decorations such as legends and colour bars to fit optimally into the figure window, while preserving as far as possible the logical layout requested by the user. Bool, the default is false.\n",
"\n",
" > 👉 To control the resolution of the figure in pixels or centimeters, you need to play with the ``figsize`` and ``dpi`` parameters at the same time. For more details, see \n",
" https://matplotlib.org/stable/gallery/subplots_axes_and_figures/figure_size_units.html#\n",
" > https://matplotlib.org/stable/gallery/subplots_axes_and_figures/figure_size_units.html#\n",
"\n",
"For complex layouts, Matplotlib offers several options, but one of the simplest and, sadly, underused is the ``plt.subplot_mosaic()`` function, which works as follows"
]
Expand Down

0 comments on commit 93a4821

Please sign in to comment.