Skip to content

Commit

Permalink
Update triangles
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisc1 committed Dec 13, 2024
1 parent 51fa846 commit b1d7419
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions time/time01/time01.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,11 @@ if(nrow(pd_triangles) > 0){
q <- q + geom_point(
data = pd_triangles,
mapping = aes(
y = 0
y = 600
),
shape = 17,
color = "red",
size = 2
size = 3
)
}
q <- q + coord_cartesian(clip = "off")
Expand Down
6 changes: 3 additions & 3 deletions time/time01/time01.html

Large diffs are not rendered by default.

0 comments on commit b1d7419

Please sign in to comment.