geodynamics / Rayleigh

Rayleigh: Pseudo-spectral MHD
GNU General Public License v3.0
61 stars 48 forks source link

Added return statement to the plot_azav routine. #498

Closed feathern closed 6 months ago

feathern commented 7 months ago

With this PR, the plot_azav routine now returns the img object. This allows the user to specify the colorbar properties outside of plot_azav if desired. Previously, there was no return statement, and so the image object needed by the colorbar routine was inaccessible.