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
How to create a data series which is the difference between the daily 'tmax' and 'tmin" and then plot it on the secondary axis of a daily plot? Unsure about appending another column to the data vector (as in data.fetch()). Should be able to work out the secondary axis on my own once I get the guidance on the new column (i.e. 'tdiff' for example). Thanks for your understanding.
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
-
Newbie here, please.
How to create a data series which is the difference between the daily 'tmax' and 'tmin" and then plot it on the secondary axis of a daily plot? Unsure about appending another column to the data vector (as in
data.fetch()
). Should be able to work out the secondary axis on my own once I get the guidance on the new column (i.e. 'tdiff' for example). Thanks for your understanding.Regards.
Beta Was this translation helpful? Give feedback.
All reactions