DOC: Outdated link to matplotlib documentation in documentation for heatmap
Author: HeptasphereCreated Mar 16, 2026Updated Apr 15, 2026
In the documentation for the cbar_kws argument of heatmap, the link given for matplotlib's colorbar's arguments is https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure.colorbar which sends to the wrong page.
The right page to see colorbar arguments is now https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.colorbar.html.
Source: mwaskom/seaborn