You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to thicken the plot using "ppl pen 0,7". This is not effective in combination with the mode GRATICULE or plot/grat option. But i need plot thickening as well as graticule. Jnl file and Figure as follows. Hope somebody will repond, who overcame this problem. Thanks in advance.
Comment by steven.c.hankin on 13 Jan 2011 20:36 UTC
There are many examples of manually specified PLOT+ commands that are over-ridden by Ferret's automation. The work-around that (I think) is discussed in the Users Guide (somewhere) is to use the /SET_UP qualifier. Does that not apply here?
use coads_climatology
plot/SET_UP/line/thickness=2/vgrat=(line,color=blue) sst[x=60, y=15]
ppl pen 0,7
ppl plot
Comment by @AnsleyManke on 13 Jan 2011 20:49 UTC
No, this does not work here, but still reproduces the buggy plot. The graticule setting is overriding the thick pen that's been requested by PPL pen 0,7. The standard thin pen is being substituted, only for the horizontal axis where the graticule lines are drawn.
Comment by @AnsleyManke on 24 Aug 2016 00:08 UTC
This is fixed; it applies to Ferret only, not Pyferret, though code changes were merged to the Pyferret branch.
Reported by @AnsleyManke on 13 Jan 2011 17:39 UTC
Reported on the Users List:
http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2010/msg00795.html
I wanted to thicken the plot using "ppl pen 0,7". This is not effective in combination with the mode GRATICULE or plot/grat option. But i need plot thickening as well as graticule. Jnl file and Figure as follows. Hope somebody will repond, who overcame this problem. Thanks in advance.
ppl pen 0,7
use coads_climatology
plot/line/thickness=2/vgrat=(line,color=blue) sst[x=60, y=15]
The plot has thickened lines on the vertical axis and most of the labels, but the horizontal axis lines and labels are drawn with a thin line.
Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/1787
The text was updated successfully, but these errors were encountered: