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

How to do contouring at an interval #127

Closed
ghansham opened this issue May 28, 2020 · 2 comments
Closed

How to do contouring at an interval #127

ghansham opened this issue May 28, 2020 · 2 comments

Comments

@ghansham
Copy link

Dear Sir

If I have data with range (90, 380) and I want to contour at every 30 interval. Because we have only option to set number of contours. Due to rounding off errors, it plots at an interval of 29.
One option could be we can specify the interval as part of sld which can override the number of levels (if provided).
Second option, we can specify the list of values over which we can contour.

Second option will be more flexible as we can contour at irregular intervals also.

Ghansham

@guygriffiths
Copy link
Contributor

Just set the COLORSCALERANGE to values whose difference divides by 30, e.g. COLORSCALERANGE=90,390.

@ghansham
Copy link
Author

ghansham commented Jun 2, 2020 via email

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

2 participants