Dear ferreters,
I'm plotting a y-t (Hovmöller) diagram and trying to move the time axis to the other side.
I've so far found that axlabp fails to move the time-axis labels to the other side. Moreover, axlabp fails to remove the time-axis labels even with 0.
set data
sample.ncfill/transpose/hlimits=34S:22S/vlimits=0:365/nokey/set_up eta
ppl axlabp, 1,1 ! <- Doesn't move the vertical-axis labels
! ppl axlabp,0,0 ! <- Doesn't remove the vertical-axis labels
ppl fill
The labels "J", "F", "M", . . . are always plotted. Because the sample file is small, I take the liberty of attaching it.
I've tested the code on the following two versions of PyFerret both on Linux:
PyFerret v7.5 (optimized)
Linux 4.15.0-1061-azure - 11/14/19
PyFerret v7.6 (optimized)
Linux 4.15.0-1089-azure - 06/25/20
Ryo