Page 1 of 1
Problem with color scale
Posted: May 26th, 2024, 12:24 pm
by AndrewCarsten
Yesterday, I am having a hard time getting a color scale to display for a series of concentration simulations. Even if I do not specify any -c options no color scale appears,
download lagu which makes it difficult to choose proper increments. Is there any way to force this with concplot?
-Andrew
Re: Problem with color scale
Posted: May 28th, 2024, 6:22 am
by sonny.zinn
By default, CONCPLOT automatically chooses contour values. If a set of contour level are to be specified, both -c4 (to enable setting contour values) and -v (to set contour values). For example, with -c4 -v10+5+2+1 CONCPLOT will use contour levels 10, 5, 2, and 1. Contour levels may be specified in scientific notation too, which may be useful when concentration values are small. An example would be -c4 -v3.2E-10+1.0E-10+3.2E-11+1.0E-11.