Skip to content

A capable and tity data visualization tool.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

zerostwo/catplot

catplot: Capable And Tity Plot

R-CMD-check Codecov test coverage lifecycle

🤪 Overview

catplot is a capable and tity data visualization tool and maintained by Songqi Duan.

📦 Installation

Install the latest version from GitHub as follow:

if (!require(devtools)) install.packages("devtools")
devtools::install_github("zerostwo/catplot")

🕹️ Usage

library(catplot)
library(ggplot2)

data("iris")
p <- ggplot(
  data = iris,
  aes(
    x = Species,
    y = Sepal.Length
  )
) +
  geom_boxplot() +
  theme_cat(
    aspect_ratio = 1,
    show_panel_grid = "both",
    show_title = "y"
  )
p

🧩 Code of Conduct

Please note that the catplot project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

A capable and tity data visualization tool.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages