We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da8aaee + 907219b commit 6297177Copy full SHA for 6297177
src/ess/amor/figures.py
@@ -275,7 +275,9 @@ def wavelength_z_figure(
275
kwargs.setdefault('cbar', True)
276
kwargs.setdefault('norm', 'log')
277
kwargs.setdefault('grid', True)
278
- return pp.imagefigure(*(pp.Node(h) for h in hs), **kwargs)
+ p = pp.imagefigure(*(pp.Node(h) for h in hs), **kwargs)
279
+ p.ax.invert_yaxis()
280
+ return p
281
282
283
def wavelength_theta_diagnostic_figure(
0 commit comments