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
[x] Add a clear description of the change
[x] Add any new tests needed
[x] Run spell check on new text visible to user (documentation, GUI etc.)
[ ] Check any changes to requirements.txt are reflected in setup.py and conda-forge feedstock
[ ] Check code passes CI checks (run run_ci.sh or check GitHub Actions)
Adds a new
scale_factor
argument to scale wireframe plots. This can be used to customise the units of the plotted coordinates, for examplebody.plot_wireframe_km(scale_factor=1000)
will create a plot with units of metres rather than kilometres.Closes #333.
Pull request checklist
requirements.txt
are reflected insetup.py
and conda-forge feedstockrun_ci.sh
or check GitHub Actions)See CONTRIBUTING.md for more details.