This repository is used to discuss our ggscheme.
ggscheme.json
defines the structure of our ggscheme. All examples should be based on it./examples/
give us several examples of our version ggscheme. Every example should contain 3 parts:ggplot2-object
,ggscheme
andvega-lite spec
. Theggplot2-object
andvega-lite spec
don't need change. But once we amend theggscheme.json
, we shoud check theggscheme
and make sure it obey the newggscheme.json
.README.md
,DISCUSS.md
andWiki
are good places for us to share ideas and log the change on theggscheme.json
.
This repository has two purposes:
- Define our ggscheme
- Add some tests and examples for the final package
ggvega