Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLOT/GRATICULE interacts with PPL PEN 0 #1059

Closed
karlmsmith opened this issue Nov 23, 2017 · 3 comments
Closed

PLOT/GRATICULE interacts with PPL PEN 0 #1059

karlmsmith opened this issue Nov 23, 2017 · 3 comments

Comments

@karlmsmith
Copy link
Contributor

karlmsmith commented Nov 23, 2017

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.

NOAA/PMEL TMAP
 FERRET v6.05 
 Linux(g77) 2.4.21-32 - 07/27/07
 13-Jan-11 14:25    

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

@karlmsmith
Copy link
Contributor Author

karlmsmith commented Nov 23, 2017

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

@karlmsmith
Copy link
Contributor Author

karlmsmith commented Nov 23, 2017

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.

@karlmsmith
Copy link
Contributor Author

karlmsmith commented Nov 23, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant