ortk95 / planetmapper

PlanetMapper: An open source Python package for visualising, navigating and mapping Solar System observations
https://planetmapper.readthedocs.io
MIT License
11 stars 1 forks source link

Fix `color` argument handling by `plot_map_wireframe` #302

Closed ortk95 closed 1 year ago

ortk95 commented 1 year ago

Should be able to do e.g. Observation(...).plot_map(..., wireframe_kwargs=dict(color='r')) for consistency with the normal wireframe arguments

ortk95 commented 1 year ago

Fixed in #303