Grasslands-2 / GrazeScape

The Django implementation of GrazeScape
1 stars 0 forks source link

edits to y-axis for yield plots #137

Open emchasen opened 2 years ago

emchasen commented 2 years ago
  1. corn yield (and maybe one other) were missing y axis label
  2. y axis labels for "average yield" should read "total yield (units)/year"
  3. y axis labels for "yield/area" should not have the "/year"
  4. look into aesthetics for cleaning up the y axis labels to make them easier to read. Perhaps bold the label but leave the units as is?
mmbayles commented 2 years ago

Issues 1-3 have been fixed. Issue 1 turned out to occur if the graph did not have any data for that particular crop type. As a solution I have hidden any charts on the yield tab that do not have data for the model runs. At this point all other charts should always have data.