Skip to content

Commit 120f107

Browse files
author
Susan Vanderplas
committed
Updates -- fig-alt for api chapter, extra images, etc.
1 parent a3e6b66 commit 120f107

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

_freeze/part-tools/04-scripts-notebooks/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

images/Taking-Notes-Textbook.jpg

297 KB
Loading
710 KB
Loading

images/juliaevans/git-reflog.png

75.7 KB
Loading

images/juliaevans/one-on-ones.png

134 KB
Loading

part-advanced-topics/05-APIs.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ You may need to make several requests to get the data you want.
259259
#| fig-width: 6
260260
#| fig-height: 3
261261
#| out-width: "50%"
262+
#| fig-alt: "Plot of temperatures in Moore, OK, as reported by the NOAA forecast API."
262263
library(httr2)
263264
library(lubridate)
264265
library(dplyr)
@@ -299,6 +300,8 @@ ggplot(moore_temps, aes(x = start_time, y = temp)) + geom_line()
299300
#| fig-width: 6
300301
#| fig-height: 3
301302
#| out-width: "50%"
303+
#| fig-alt: "Plot of temperatures in Moore, OK, as reported by the NOAA forecast API."
304+
#|
302305
import requests
303306
import pandas as pd
304307
import seaborn.objects as so

0 commit comments

Comments
 (0)