Update tests and sample code for compatibility with Matplotlib 3.8.0
This is a series of 5 patches:
- Revert "Work around regression in Matplotlib". This reverts commit b761652e.
- 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
- Increase DPI in test to work around Matplotlib issue upstream. See https://github.com/matplotlib/matplotlib/issues/26971
- Update changelog
- 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