Skip to content

Commit 93a4821

Browse files
committed
Update Matplotlib_walkthrough.ipynb
typo
1 parent c0d1431 commit 93a4821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/Matplotlib_walkthrough.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
" - ``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",
465465
"\n",
466466
" > 👉 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",
467-
" https://matplotlib.org/stable/gallery/subplots_axes_and_figures/figure_size_units.html#\n",
467+
" > https://matplotlib.org/stable/gallery/subplots_axes_and_figures/figure_size_units.html#\n",
468468
"\n",
469469
"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"
470470
]

0 commit comments

Comments
 (0)