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.
1 parent 0a03844 commit 7eaa01aCopy full SHA for 7eaa01a
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