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

Add option to customise scaling of wireframe plots #335

Closed ortk95 closed 8 months ago

ortk95 commented 8 months ago

Adds a new scale_factor argument to scale wireframe plots. This can be used to customise the units of the plotted coordinates, for example body.plot_wireframe_km(scale_factor=1000) will create a plot with units of metres rather than kilometres.

Closes #333.

Pull request checklist

See CONTRIBUTING.md for more details.

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 7917423046

Details


Totals Coverage Status
Change from base Build 7873948293: 0.03%
Covered Lines: 2872
Relevant Lines: 2884

💛 - Coveralls