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

bug about taylor_diagram.ncl #174

Open
andrewsoong opened this issue Sep 30, 2021 · 0 comments
Open

bug about taylor_diagram.ncl #174

andrewsoong opened this issue Sep 30, 2021 · 0 comments

Comments

@andrewsoong
Copy link

Describe the bug
I want to boldface the lines of Taylor diagram by using NCL_V6.6.2, it does not work.
Peipei Liu and I found a bug in taylor_diagram.ncl(https://www.ncl.ucar.edu/Applications/Scripts/taylor_diagram.ncl) file which leads to this problem. In the part 3 of taylor_diagram.ncl file, there are 2 mistakes lines.

Provide the following:
It can not boldface the lines of Taylor diagram.

Computing environment

  • OS: Linux
  • OS version:Cent OS 6.10
  • NCL Version: 6.6.2
  • Installation method:binary from NCAR website

Additional context
The bugfix below:
Modify the taylor_diagram.ncl file in lines 292-293 to:
respl@gsLineThicknessF = 1.0 ; line thickness;
respl@gsLineDashPattern = 2 ; short dash lines;
The problem was resolved!

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

No branches or pull requests

1 participant