All Projects → ggplot2-exts → Gallery

ggplot2-exts / Gallery

Gallery of ggplot2 extensions

Labels

Projects that are alternatives of or similar to Gallery

Frontplate
フロントエンド開発の効率をあげるフルスタックテンプレート
Stars: ✭ 175 (-7.41%)
Mutual labels:  scss
Nl Covid19 Notification App Website
Project website
Stars: ✭ 183 (-3.17%)
Mutual labels:  scss
Xmpp.org
xmpp.org website (builds: https://travis-ci.org/xsf/xmpp.org/builds)
Stars: ✭ 187 (-1.06%)
Mutual labels:  scss
Nigerialogos
High quality vector logos for Nigerian companies
Stars: ✭ 178 (-5.82%)
Mutual labels:  scss
Composeacademy
Website providing snippets and examples for Jetpack Compose on the Android platform
Stars: ✭ 181 (-4.23%)
Mutual labels:  scss
Texture
A configurable jekyll theme for simply beautiful blogs.
Stars: ✭ 185 (-2.12%)
Mutual labels:  scss
Hexo Theme Memory
A minimal hexo theme.
Stars: ✭ 173 (-8.47%)
Mutual labels:  scss
Iota
A responsive micro-framework for the grid spec powered by CSS custom properties.
Stars: ✭ 189 (+0%)
Mutual labels:  scss
Portfolio
📰 Meu portfólio criado com o objetivo de mostrar meus projetos recentes e futuros ao longo da minha carreira.
Stars: ✭ 178 (-5.82%)
Mutual labels:  scss
Play With Go
Hands-on, interactive tutorials for programming in Go.
Stars: ✭ 185 (-2.12%)
Mutual labels:  scss
Buttercake
Material Design Components, Responsive and Modern CSS Framework Built with Flexbox 🍰
Stars: ✭ 178 (-5.82%)
Mutual labels:  scss
Node Redux Auth
Token authentication system using Node, Mongo, React, Redux
Stars: ✭ 179 (-5.29%)
Mutual labels:  scss
Hackercouch
Hospitality for Hackers
Stars: ✭ 185 (-2.12%)
Mutual labels:  scss
Buttons
A collection of CSS buttons.
Stars: ✭ 177 (-6.35%)
Mutual labels:  scss
Minima
Minima is a one-size-fits-all Jekyll theme for writers.
Stars: ✭ 2,452 (+1197.35%)
Mutual labels:  scss
Sassyjson
[UNMAINTAINED] A Sass API for JSON.
Stars: ✭ 173 (-8.47%)
Mutual labels:  scss
Sass Extract
Extract structured variables from sass files
Stars: ✭ 183 (-3.17%)
Mutual labels:  scss
Efarticles
EyreFree's articles.
Stars: ✭ 189 (+0%)
Mutual labels:  scss
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (+0%)
Mutual labels:  scss
Scala Lang
sources for the Scala language website
Stars: ✭ 185 (-2.12%)
Mutual labels:  scss

ggplot2 extensions gallery

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:

  • name: the actual name of the R package (required)
  • thumbnail: location of the thumbnail (required, standard is images/ghuser-ghrepo.png)
  • url: url to the desired landing page you'd like people to first see for the extension (the extension's home page, a vignette, or as a final resort, if not specified, the extension's github page)
  • jslibs: a comma separated list of javascript library names that the extension depends on, with markdown links to the home pages of the libraries
  • ghuser: the github user/org where the github repository for the extension resides (required)
  • ghrepo: the github repository name where the extension resides (required)
  • tags: comma separated list (with no spaces) of tags that describe the extension - see other extension's tags for ideas
  • cran: true if the package is on CRAN, else false
  • examples: url or list of urls of examples (blog posts, gists, vignettes)
  • ghauthor: the github handle for the primary author of the extension
  • short: a short (preferably one sentence) description of the package that will be displayed in limited space under the extension thumbnail in the gallery - ideally should be more than "An htmlextension interface to library x" as that is obvious from jslib, etc. - instead, should describe what you can do with the extension using library x
  • description: a longer form description
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].