Make a public version of _plot_wireframe - there are probably other cases like https://github.com/ortk95/planetmapper/discussions/332 where it would be useful for users to create a custom wireframe, so why not just make the internal logic part of the public API?
[x] Create some new plot_wireframe_custom method which basically just needs to be a wrapper for _plot_wireframe with some sensible defaults.
[x] Add good documentation to the new function.
[x] Mention (briefly) the custom function in the general examples documentation.
(This was originally part of #333, but probably deserves to be its own issue)
Make a public version of _plot_wireframe - there are probably other cases like https://github.com/ortk95/planetmapper/discussions/332 where it would be useful for users to create a custom wireframe, so why not just make the internal logic part of the public API?
plot_wireframe_custom
method which basically just needs to be a wrapper for_plot_wireframe
with some sensible defaults.(This was originally part of #333, but probably deserves to be its own issue)