ecl-logo Documentation
ECL`

PlotSanMateoCOVIDCases

PlotSanMateoCOVIDCases[]plot

generates a plot of new COVID-19 cases in San Mateo county for the last 30 days. Data is taken from the New York Times' public data repository.

PlotSanMateoCOVIDCases[timeAgo]plot

generates a plot of new COVID-19 cases from timeAgo until now.

PlotSanMateoCOVIDCases[startTime,endTime]plot

generates a plot of new COVID-19 cases in San Mateo county from startTime to endTime.

Details

    Input
    Output
    Data Specifications Options
    Frame Options
    Grid Options
    Image Format Options
    Legend Options
    Plot Labeling Options
    Plot Range Options
    Plot Style Options
    Secondary Data Options
    General Options
    Messages
  • OutOfRangePlease note that the data set used `1` on `2` so your entire window cannot be shown. All available data within the window is presented.

Examples

open allclose all

Basic Examples  (4)

By default display 7 day case averages for the last 3 months:

For a deeper look use mouse-over bars for exact case counts and the zoomable feature - click and drag to zoom in, and double click to reset zoom to default:

Indicate you'd like to see new cases and thresholds for the past 2 months:

Plot all data for the last two months of 2021:

Options  (3)

Display  (3)

Indicate which data to display on the plot, here just the 7-day average and the county classifications:

Use All to indicate that all data should be overlaid:

Use the display option to display only the daily cases:

Messages  (1)

OutOfRange  (1)

Print a message if we don't have all data within the requested range. The data set starts in Jan 2021 so earlier data is not displyed:

Last modified on Tue 7 Oct 2025 18:40:37