https://github.com/camilogarciabotero/eafithemer

This repo hosts the development of a simple ggplot2 theme based on the EAFIT university aesthetics.

https://github.com/camilogarciabotero/eafithemer

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.5%) to scientific vocabulary

Keywords

ggplot2 ggplot2-theme
Last synced: 10 months ago · JSON representation

Repository

This repo hosts the development of a simple ggplot2 theme based on the EAFIT university aesthetics.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
ggplot2 ggplot2-theme
Created over 5 years ago · Last pushed almost 5 years ago

https://github.com/camilogarciabotero/eafithemer/blob/main/



# eafithemer 



[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
[![License: GPL
v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![R-CMD-check](https://github.com/camilogarciabotero/eafithemer/workflows/R-CMD-check/badge.svg)](https://github.com/camilogarciabotero/eafithemer/actions)
[![pkgdown](https://github.com/camilogarciabotero/eafithemer/actions/workflows/pkgdown.yaml/badge.svg)](https://github.com/camilogarciabotero/eafithemer/actions/workflows/pkgdown.yaml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4672820.svg)](https://doi.org/10.5281/zenodo.4672820)
[![test-coverage](https://github.com/camilogarciabotero/eafithemer/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/camilogarciabotero/eafithemer/actions/workflows/test-coverage.yaml)



The goal of eafithemer is to provide a simple theme using EAFIT
university institutional aesthetics.

## Installation






You can install the development version from
[GitHub](https://github.com/) with:

``` r
install.packages("devtools")
devtools::install_github("camilogarciabotero/eafithemer")
```

## Examples

This is a basic example Showing the light template:

``` r
library(ggplot2)
library(palmerpenguins)
library(ggprism)
library(eafithemer)

ggplot(penguins, aes(bill_length_mm, flipper_length_mm)) +
  geom_point(aes(color = species, shape = species)) +
  labs(
    title = "Little title",
    subtitle = "Testing the subtitle",
    caption = "Here is the caption"
  ) +
  eafithemer::theme_eafit_light() +
  eafithemer::scale_color_eafit() +
  theme(
    legend.title = element_blank(),
    axis.line = element_line(),
    text = element_text(family = "Atkinson Hyperlegible")
  ) +
  scale_x_continuous(guide = "prism_offset_minor", limits = c(30, 60)) +
  scale_y_continuous(guide = "prism_offset_minor") 
```



For dark theme see:

``` r
library(ggplot2)
library(palmerpenguins)
library(ggprism)
library(eafithemer)

ggplot(penguins, aes(bill_length_mm, flipper_length_mm)) +
  geom_point(aes(color = species, shape = species)) +
  labs(
    title = "Little title",
    subtitle = "Testing the subtitle",
    caption = "Here is the caption"
  ) +
  eafithemer::theme_eafit_dark() +
  scale_color_brewer() +
  theme(
    legend.title = element_blank(),
    axis.line = element_line(color = "#DDDDDD"),
    text = element_text(family = "Atkinson Hyperlegible")
  ) +
  scale_x_continuous(guide = "prism_offset_minor", limits = c(30, 60)) +
  scale_y_continuous(guide = "prism_offset_minor") 
```



# A glance into EAFIT palette

``` r
scales::show_col(eafit_palette)
```



# Citation

If you find this package useful, please consider the following citation!

> Camilo Garca-Botero. (2021, April 8). eafithemer: a simple ggplot2
> theme for EAFIT institution (Version 1.0.1). Zenodo.
> 

# Credits

This package was highly based on [Ryo
Nakagawara](https://github.com/Ryo-N7)
[`tvthemes`](https://ryo-n7.github.io/tvthemes/) package.

Owner

  • Name: Camilo García
  • Login: camilogarciabotero
  • Kind: user
  • Location: Bogotá, Colombia
  • Company: Universidad de los Andes

Biologist interested in applying bioinformatics and DS tools to understand evolution in different organisms. Currently working on bacteriophages and epigenomics

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 56
  • Total Committers: 1
  • Avg Commits per committer: 56.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Camilo García c****9@e****o 56
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels