Forum Discussion
jaolvera
Mar 08, 2023Brass Contributor
Plotting a specific date on a graph
So I have graph that plots an epi curve with the number of COVID cases per day amongst 2 groups of people, I want to plot a line that would indicate specific dates (dates that control measures were p...
HansVogelaar
Mar 08, 2023MVP
Use an XY Scatter chart, with dates as x-values and number of cases as y-values, with lines connecting the data points.
You can then add new series with just two data points each: (specific_date, 0) and (specific date, 1).
They will be plotted as vertical lines.