Small-Bodies-Node / pds4_tools

Python package to read and display NASA PDS4 data.
17 stars 13 forks source link

Support for later/latest mpl versions #77

Closed msbentley closed 1 year ago

msbentley commented 1 year ago

I get the following error:

keyword grid_b is not recognized;

when trying to plot from pds4_tools with mpl 3.7.1

It looks like grid_b is now grid_visible.

I understand updating dependencies may not be easy/possible, but wanted to flag this anyway. Thanks!