Closed aemabe closed 3 months ago
1 files 5 suites 8s :stopwatch: 37 tests 37 :white_check_mark: 0 :zzz: 0 :x: 331 runs 331 :white_check_mark: 0 :zzz: 0 :x:
Results for commit 3aefd74b.
:recycle: This comment has been updated with latest results.
Test Suite | $Status$ | Time on main |
$±Time$ | $±Tests$ | $±Skipped$ | $±Failures$ | $±Errors$ |
---|---|---|---|---|---|---|---|
scatterplot | 👶 | $+0.77$ | $+39$ | $0$ | $0$ | $0$ |
Results for commit 7bf5f83c21fa780fb8ab26d82a8f80f747b6367e
♻️ This comment has been updated with latest results.
@aemabe Thank you for creating the PR. There are extra axis lines and ticks compared with the figure in the manuscript. Suggest adding the following arguments to the theme() function to remove the extra axis lines and ticks:
axis.line.x = element_blank(), axis.line.y = element_blank(), axis.ticks.x = element_blank(), axis.ticks.y = element_blank()
@aemabe Another comment - We may want to avoid the use of "fig11" in the function as the function may be used outside of the context of the manuscript figures.
Review the pkgdown webpage for the PR here
Code Coverage Summary
Diff against main
Results for commit: 3aefd74be34d17bb657c85f86c80b120ac0566a2
Minimum allowed coverage is
80%
:recycle: This comment has been updated with latest results