glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

Update deprecated call to resize_event in test #2443

Closed jfoster17 closed 9 months ago

jfoster17 commented 10 months ago

Pull Request Template

Description

Matplotlib 3.8 removes the resize_event which was deprecated in 3.6. We still used this in one of our tests, and this seems to be the appropriate replacement call.

jfoster17 commented 9 months ago

@astrofrog or @dhomeier -- can I get a quick merge of this minor fix so that the tests of other open PRs will run successfully?