All Projects → jrnold → Ggthemes

jrnold / Ggthemes

Additional themes, scales, and geoms for ggplot2

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Ggthemes

Ggplotnim
A port of ggplot2 for Nim
Stars: ✭ 95 (-91.42%)
Mutual labels:  ggplot2, plotting, plot
gameofthrones
🎨 Game of Thrones inspired palette for R
Stars: ✭ 69 (-93.77%)
Mutual labels:  ggplot2, plot, data-visualisation
ggquiver
R package for quiver plots in 'ggplot2'
Stars: ✭ 38 (-96.57%)
Mutual labels:  ggplot2, plot
sr graph
A simple, one-file, header-only, C++ utility for graphs, curves and histograms.
Stars: ✭ 67 (-93.95%)
Mutual labels:  plot, plotting
Naniar
Tidy data structures, summaries, and visualisations for missing data
Stars: ✭ 557 (-49.68%)
Mutual labels:  ggplot2, data-visualisation
metallicaRt
R package of colour palettes based on Metallica studio album covers.
Stars: ✭ 18 (-98.37%)
Mutual labels:  ggplot2, data-visualisation
svg plot
Plot data in SVG format using C++ (header only) library .
Stars: ✭ 20 (-98.19%)
Mutual labels:  plot, plotting
Termplotlib
Plotting on the command line
Stars: ✭ 294 (-73.44%)
Mutual labels:  plotting, plot
Gglabeller
Shiny gadget for labeling points on ggplot
Stars: ✭ 161 (-85.46%)
Mutual labels:  ggplot2, plot
Adjusttext
A small library for automatically adjustment of text position in matplotlib plots to minimize overlaps.
Stars: ✭ 731 (-33.97%)
Mutual labels:  plotting, plot
Ggthemr
Themes for ggplot2.
Stars: ✭ 697 (-37.04%)
Mutual labels:  ggplot2, plotting
Uplot
📈 A small, fast chart for time series, lines, areas, ohlc & bars
Stars: ✭ 6,808 (+515%)
Mutual labels:  plotting, plot
charter
DSL and C Library to generate SVG Plot
Stars: ✭ 39 (-96.48%)
Mutual labels:  plot, plotting
rockthemes
R colour palettes based on classic rock album covers.
Stars: ✭ 30 (-97.29%)
Mutual labels:  ggplot2, data-visualisation
Treemapify
🌳 Draw treemaps in ggplot2
Stars: ✭ 186 (-83.2%)
Mutual labels:  ggplot2, data-visualisation
ggChernoff
R package for drawing Chernoff faces in ggplot2
Stars: ✭ 28 (-97.47%)
Mutual labels:  ggplot2, plot
Ggdistribute
ggplot2 extension for plotting distributions
Stars: ✭ 16 (-98.55%)
Mutual labels:  ggplot2, plotting
Gadfly.jl
Crafty statistical graphics for Julia.
Stars: ✭ 1,724 (+55.74%)
Mutual labels:  ggplot2, plotting
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (-44.53%)
Mutual labels:  ggplot2, data-visualisation
Scottplot
Interactive Plotting Library for .NET
Stars: ✭ 736 (-33.51%)
Mutual labels:  plotting, plot

R-CMD-check AppVeyor Build Status Code Coverage Status rstudio mirror downloads CRAN status lifecycle

Some extra geoms, scales, and themes for ggplot.

Install

To install the stable version from CRAN,

install.packages('ggthemes', dependencies = TRUE)

Or, to install the development version from github, use the devtools package,

library("devtools")
install_github(c("hadley/ggplot2", "jrnold/ggthemes"))

How to use

For a quick tutorial, check out Rafael Irizarry's book. For more examples click here.

Previews

Previews provided below using the popular mtcars & diamonds datasets:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].