GitHub - ggplot2-exts/gallery: Gallery of ggplot2 extensions (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

This repository serves the ggplot2 extensions gallery.

Adding a ggplot2 extension

If you are a ggplot2 extension developer, you can add your extension by doing the following:

  1. Fork this repository.
  2. Create a png thumbnail of an interesting plot from your extension that will look good on a retina screen at 350x300 pixels and put this file in the images directory of this repository.
  3. Add an entry for your extension in the _config.yml file of this repository with the meta data for your extension (copy another entry and modify). Please see below for guidance on the meta data.
  4. Push your changes and create a pull request. To ensure the quality of extensions added to the registry and consistency in how they are displayed, you should expect some amount of discussion during your pull request.

Meta data requirements: