andkov / covid19-country-response

Combines data from OECD database and other source to examine contries' responses to COVID-19 and factors shaping it.
GNU General Public License v2.0
2 stars 0 forks source link

Adding annotation to three states #24

Open andkov opened 3 years ago

andkov commented 3 years ago

To help us annotate the trend graph for three states (g3 in ./analysis/us-response-2/us-response-2-.5.R) image

We need to create a graph that would be used as a legend. Pair the color dots with the event number with the description of the event stored in ds_events

Current thinking: two rows, grouped by state, left row = colored dots with event numbers, right row = event description. Possible implementation = manual positioning.