Skip to content
Merged

style #900

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tutorials/basic_slides_deck.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,8 @@ graph.map(plt.scatter, "time", "value").add_legend()

:::

## Challenge 2
## Challenge 2 {.smaller}

### Problem

1. Navigate to the National Water Dashboard <https://dashboard.waterdata.usgs.gov/app/nwd/en/>

Expand All @@ -1163,6 +1162,9 @@ graph.map(plt.scatter, "time", "value").add_legend()

5. Plot the daily mean discharge data for all time for the site you picked.

::: footer

:::

## Workflow 5: Get Discrete Water Quality Data {.smaller}

Expand Down
Loading