-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Description
When running the penguins app with the latest version of matplotlib, 3.7.2, it raises the following warnings:
$ shiny run examples/penguins/app.py
...
/Users/winston/Projects/py-shiny/shiny/render/_try_render_plot.py:47: UserWarning: The figure layout has changed to tight
plt.tight_layout() # pyright: ignore[reportUnknownMemberType]
The warning does not occur with 3.7.1.
Looking at the matplotlib 3.7.2 release notes, it might have something to do with this?
matplotlib/matplotlib#25624
Metadata
Metadata
Assignees
Labels
No labels