Skip to content

Commit c7ef8cd

Browse files
committed
updated scLANE theme
1 parent 5b0f9df commit c7ef8cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

R/theme_scLANE.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ theme_scLANE <- function(base.size = 12,
3131
base_line_size = base.lwd,
3232
base_rect_size = base.lwd) +
3333
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"))
3536
if (umap) {
3637
scLANE_theme <- scLANE_theme +
3738
ggplot2::theme(axis.ticks = ggplot2::element_blank(),

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ knitr::opts_chunk$set(warning = FALSE,
3131
![last commit](https://img.shields.io/github/last-commit/jr-leary7/scLANE/main?color=darkgreen)
3232
[![codecov](https://codecov.io/gh/jr-leary7/scLANE/branch/main/graph/badge.svg?token=U2U5RTF2VW)](https://codecov.io/gh/jr-leary7/scLANE)
3333
[![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)
3535
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3636
<!-- badges: end -->
3737

0 commit comments

Comments
 (0)