You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a application to plot a skewt. A skew-t has lines of equal pressure {type: 'log', position: 'left'} while lines of equal temperature (isoTherms) are plotted at a 45° angle with temperature values that increase from the upper left to the lower right corner of the chart.
The example on the left is a fixed [[lat,lon],height] over time while example on the right (skewt) is a fixed [[lat,lon], time] over height.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am developing a application to plot a skewt. A skew-t has lines of equal pressure
{type: 'log', position: 'left'}
while lines of equal temperature (isoTherms) are plotted at a 45° angle with temperature values that increase from the upper left to the lower right corner of the chart.The example on the left is a fixed
[[lat,lon],height]
over time while example on the right (skewt) is a fixed[[lat,lon], time]
over height.How can I plot my isoTherms at a 45° angle?
Beta Was this translation helpful? Give feedback.
All reactions