Skip to content

Update tests and sample code for compatibility with Matplotlib 3.8.0

Leo P. Singer requested to merge leo-singer/ligo.skymap:matplotlib-3.8.0 into main

This is a series of 5 patches:

  1. Revert "Work around regression in Matplotlib". This reverts commit b761652e.
  2. Pass ConnectionPatch axesA and axesB as kwargs. These were deprecated as positional arguments in Matplotlib 3.6.0. See https://matplotlib.org/3.8.0/api/prev_api_changes/api_changes_3.6.0.html#positional-keyword-arguments
  3. Increase DPI in test to work around Matplotlib issue upstream. See https://github.com/matplotlib/matplotlib/issues/26971
  4. Update changelog
  5. Track API change in seaborn plot styles. See https://matplotlib.org/3.8.0/api/prev_api_changes/api_changes_3.6.0.html#seaborn-styles-renamed
Edited by Leo P. Singer

Merge request reports