Skip to content

Commit

Permalink
fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Dec 9, 2024
1 parent 9f6df3a commit 060e265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/2024-12-10/20241210.R
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ ggplot() +

ggsave(
filename = file.path("2024", "2024-12-10", paste0("20241210", ".png")),
width = 5.2,
height = 8
width = 8,
height = 5.2
)

gg_playback(
Expand Down
Binary file modified 2024/2024-12-10/20241210.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 060e265

Please sign in to comment.