File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ theme_scLANE <- function(base.size = 12,
31
31
base_line_size = base.lwd ,
32
32
base_rect_size = base.lwd ) +
33
33
ggplot2 :: theme(strip.clip = " off" ,
34
- strip.background = ggplot2 :: element_rect(linewidth = base.lwd ))
34
+ strip.background = ggplot2 :: element_rect(linewidth = base.lwd ),
35
+ axis.line = ggplot2 :: element_line(lineend = " square" ))
35
36
if (umap ) {
36
37
scLANE_theme <- scLANE_theme +
37
38
ggplot2 :: theme(axis.ticks = ggplot2 :: element_blank(),
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ knitr::opts_chunk$set(warning = FALSE,
31
31
![ last commit] ( https://img.shields.io/github/last-commit/jr-leary7/scLANE/main?color=darkgreen )
32
32
[ ![ codecov] ( https://codecov.io/gh/jr-leary7/scLANE/branch/main/graph/badge.svg?token=U2U5RTF2VW )] ( https://codecov.io/gh/jr-leary7/scLANE )
33
33
[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jr-leary7/sclane/badge )] ( https://www.codefactor.io/repository/github/jr-leary7/sclane )
34
- [ ![ DOI] ( https://img.shields.io/static/v1?label=DOI&message=10.5281/zenodo.10182497 &color=blue )] ( https://doi.org/10.5281/zenodo.10182497 )
34
+ [ ![ DOI] ( https://img.shields.io/static/v1?label=DOI&message=10.1101/2023.12.19.572477 &color=blue )] ( https://doi.org/10.1101/2023.12.19.572477 )
35
35
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
36
36
<!-- badges: end -->
37
37
You can’t perform that action at this time.
0 commit comments