Skip to content

Commit

Permalink
Log y-axis on check_poses
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Roald-Arbøl committed Dec 12, 2024
1 parent db721a8 commit 33f4790
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions R/subplot_distance_to_centroid.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ subplot_confidence <- function(data, keypoint){
p <- data |>
ggplot2::ggplot(ggplot2::aes(confidence)) +
coord_cartesian(xlim = c(-minx, maxx)) +
ggplot2::scale_y_log10() +
# ggplot2::scale_x_continuous(limits = c(minx, maxx)) +
geom_histogram() +
ggplot2::ggtitle("", subtitle = keypoint)
Expand Down
3 changes: 2 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ reference:
- check_na_gapsize
- check_confidence
- check_pose
- filter_
- filter_by_confidence
- filter_by_speed
- smooth_movement
- clean_kinematics

Expand Down

0 comments on commit 33f4790

Please sign in to comment.