Not sure if this is an issue for others, but in case it is:
In order to use plot_finder_image with Astropy v 6.1.2, Astroquery 0.4.8, and Astroplan 0.11, I had to remove the grid=grid argument in SkyView.get_images in the file finder.py (line 88-89) under astroplan because the get_images function doesn't take a grid parameter. So even though it is by default False in finder.py, astroquery threw an error my way from SkyView/core.py.
Not sure if this is an issue for others, but in case it is:
In order to use plot_finder_image with Astropy v 6.1.2, Astroquery 0.4.8, and Astroplan 0.11, I had to remove the grid=grid argument in SkyView.get_images in the file finder.py (line 88-89) under astroplan because the get_images function doesn't take a grid parameter. So even though it is by default False in finder.py, astroquery threw an error my way from SkyView/core.py.