Dear forum,
How do I do subsequent avl.Geo plots in a single notebook cell? Or even a whole bunch of them?
For example, when I try to plot the same data with different colour pallettes, none of the plots show up (hp is a HARP product) object:
avl.Geo(hp, 'BrO_column_number_density', colormap='viridis', colorrange=(0,1.e14))
avl.Geo(hp, 'BrO_column_number_density', colormap='rainbow', colorrange=(0,1.e14))
In fact, having any code (not necessarily a second avl.Geo command) after avl.Geo makes that the plot doesn’t show in my notebook.
Is this expected behaviour?