SoilBGC-Datashare / sidb

Soil Incubation Database sidb
https://soilbgc-datashare.github.io/sidb/
MIT License
16 stars 10 forks source link

plotEntry function combines variables #8

Open jb388 opened 4 years ago

jb388 commented 4 years ago

The plotEntry function plots all of the data in the timeseries.csv file for a given entry. However, if there are multiple kinds of variables, e.g. CO2 data and 13C data, they will be plotted together, with the y-axis labeled with the units of whichever variables is reported in the V2 list.

Not sure if we want to change this, but in the meanwhile I added a warning message that tells users when multiple units are in use in the timeseries.csv file.