Skip to content

Commit 1168cf9

Browse files
authored
Would like to add ggram (#218)
* Add ggram entry to configuration Added {ggram} entry with details including name, thumbnail, URL, and description. * Fix typo in ggram description Corrected a typo in the description of ggram. * an example ggram plot * Rename a_ggram.png to ggram.png * Update thumbnail path for ggram entry * Update description in _config.yml Corrected wording in the description for clarity. * Revise ggram description for clarity Updated description to clarify ggram's purpose. * Fix formatting of tags in _config.yml
1 parent b9e2f10 commit 1168cf9

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

_config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ sass:
77
style: compressed
88

99
widgets:
10+
- name: ggram
11+
thumbnail: images/ggram.png
12+
url: https://github.com/EvaMaeRey/ggram
13+
ghuser: EvaMaeRey
14+
ghrepo: ggram
15+
tags: ggplot2 syntax,graphical poems
16+
cran: false
17+
ghauthor: EvaMaeRey
18+
short: >
19+
Create a side-by-side code-plot display by clearing your history, executing your plot code, and then executing `ggram()`.
20+
description: >
21+
ggram exists to showcase ggplot2 and extension syntax along with plots.
22+
{patchwork} is used under the hood to stich together a plot space displaying code and the plot produced by that code.
23+
1024
- name: ggQQunif
1125
thumbnail: images/ggQQunif.png
1226
url: https://github.com/rcorty/ggQQunif

images/ggram.png

128 KB
Loading

0 commit comments

Comments
 (0)