Skip to content

Commit

Permalink
size tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Sep 13, 2024
1 parent 3c7657d commit df52cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleepstudy.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sleepstudy = DataFrame(dataset("sleepstudy"))
#| label: fig-reaction_vs_days_by_subject
#| fig-cap: Average response time versus days of sleep deprivation by subject
let f = Figure(; size=(800,400))
let f = Figure(; size=(700, 400))
yrange = maximum(sleepstudy.reaction) - minimum(sleepstudy.reaction)
xrange = maximum(sleepstudy.days) - minimum(sleepstudy.days)
Expand Down

0 comments on commit df52cb9

Please sign in to comment.