Hi,
You'll need to put your variable onto a climatological time axis.
Rather than
shade anom
try
let myanom=anom[gt=MONTH_REG@asn]
!or any of the axes that show up with sho axis/all
shade myanom
Russ
From: owner-ferret_users@xxxxxxxx <owner-ferret_users@xxxxxxxx> on behalf of Claude-Michel Nzotungicimpaye <miklonzo.science@xxxxxxxxx>
Sent: Monday, 25 November 2019 6:34 AM
To: ferret users <ferret_users@xxxxxxxx>
Subject: [ferret_users] Managing tick labels on the x-axisHi there,I'm generating maps for zonal anomalies [of wetland methane emissions] over 12 months (see attached image) and I'd like to replace numerical labels for the x-axis (ie. 1, 3, ..., 11) by Jan, Mar, ..., Nov.
Can someone please suggest how to achieve that?
FYI, I'm using FERRET v7.1 (optimized).
Thanks in advance,
CM