mantle-convection-constrained / terratools

Tools to read, analyse and visualise models written by the TERRA mantle convection code
https://terratools.readthedocs.io/en/latest/
MIT License
7 stars 5 forks source link

Allow plotting into an existing axis #115

Closed anowacki closed 3 months ago

anowacki commented 1 year ago

Currently the plotting functions create a new Matplotlib figure and axis and return these to the caller. It would be good if they were able to plot into existing axes, perhaps by passing ax (and perhaps fig may be needed) as optional keyword arguments.

jamespanton93 commented 3 months ago

Addressed in #152