Skip to content

Warnings with matplotlib 3.7.2 #611

@wch

Description

@wch

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions