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

Set a new symbol LABNUM_CALENDAR and LABNUM_ASPECT #1019

Closed
karlmsmith opened this issue Nov 23, 2017 · 1 comment
Closed

Set a new symbol LABNUM_CALENDAR and LABNUM_ASPECT #1019

karlmsmith opened this issue Nov 23, 2017 · 1 comment

Comments

@karlmsmith
Copy link
Contributor

karlmsmith commented Nov 23, 2017

Reported by @AnsleyManke on 28 Jul 2010 19:29 UTC
We have a set of symbols LABNUM_X, LABNUM_Y, ..., LABNUM_DODS which are automatically generated and which point to the PPLUS movable label number for the corresponding label.

Other automatically-generated labels are CALENDAR and ASPECT, which write labels above plots such as

Calendar: 360 day

or on VECTOR/ASPECT plots,

adjustment for differing X/Y scales: 1.56

For control over these labels, add symbols

LABNUM_CALENDER and LABNUM_ASPECT

in fer/plt/put_label.F

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/1747

@karlmsmith
Copy link
Contributor Author

karlmsmith commented Nov 23, 2017

Comment by @AnsleyManke on 28 Jul 2010 22:31 UTC
There already was a LABNUM_ASPECT created by VECTOR/ASPECT plots.

Added LABNUM_CALEND in fer/plt/put_label.F

Also, in disp_init.F, I added code to delete the LABNUM* symbols if they exist. They were not deleted, and so for instance, a plot for a grid with no Z axis could see LABNUM_Z still defined from a previous plot.

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