Skip to content

Commit 766db11

Browse files
Mark JessopMark Jessop
authored andcommitted
Allow up to 10 hPa top pressure in skewT plot
1 parent 745bbdb commit 766db11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/skewt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ function (div, { isTouchDevice, gradient = 45, topp = 50, maxtopp=50, parctempSh
14791479

14801480
const ranges = {
14811481
parctemp: { value: 10, step: 0.1, min: -50, max: 50 },
1482-
topp: { min: 50, max: 900, step: 25, value: topp },
1482+
topp: { min: 10, max: 900, step: 10, value: 50},
14831483
parctempShift: { min: -5, step: 0.1, max: 10, value: parctempShift },
14841484
gradient: { min: 0, max: 85, step: 1, value: gradient },
14851485
// midtemp:{value:0, step:2, min:-50, max:50},

0 commit comments

Comments
 (0)