terraref / traitvis-webapp

Shiny application for visualizing trait data
https://traitvis.workbench.terraref.org/
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Add figure legends #38

Closed dlebauer closed 5 years ago

dlebauer commented 5 years ago

For example, with the violin plots, explain that it is with a timeseries, contains a violin plot with a boxplot and outliers

Look to the geom_violin and geom_boxplot for definitions of where the quantiles are and what is considered an outlier.

Explain that if a cultivar is selected it will show draw a line and dots to display the cultivar specific data

Most plots are violin+boxplot implementation https://github.com/terraref/traitvis-webapp/blob/master/app.R#L165

Where the data are categorical the legend should change: https://github.com/terraref/traitvis-webapp/blob/master/app.R#L158

kimberlyh66 commented 5 years ago

A caption has been added for the trait plot. See pull request #51.

Chris-Schnaufer commented 5 years ago

Waiting on Pull Request