grantmcdermott / grantmcdermott/tinyplot
Supported plot types
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 427
- Forks
- 25
- Avg merge
- 22h 54m
- Merged PRs (30d)
- 28
Description
This issue is meant to list all of tinyplot's supported plot types, as well as track other candidate plot types that aren't supported yet. Please feel free to suggest more below, or call out anything that's missing.
(Repo admins are encouraged to edit this comment and add them directly.)
Direct plot equivalents
-
"p"(points) -
"l"(lines) -
"b"(points + lines) -
"c"(empty points) -
"o"(overplotted points) -
"s"/"S"(stair steps) -
"h"(histogram-like vertical lines) - #156
Other base plot types
-
"density" -
"ridgeline"#71 -
"histogram"#72 -
"barplot"#305 - #153
-
"spineplot" #2 - #126
- #158
- #160
- #162
-
rather use"curve"type_function()below - #279
- #169
- #275
-
"coplot" - #218
- #665
Range and interval types
-
"ribbon" -
"area" -
"errorbar" -
"pointrange" - #382
- #599
- #609
-
rather recommend"beeswarm""sina" - #734
Stats models
- #227
- #228
- #229
- #240
- #239
Misc types
- #432
- #666
-
sf/"map"#210 -
"polar"#211 - "violin" #348
Composite types
Removing in favour of tinyplot_add() workflow.
Custom functions
- #226
- #248
- #273
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is identified. Start by reviewing the unchecked plot types and their linked issues, especially #218, #210, and #211, then narrow the work to one candidate with explicit completion criteria. Done should mean the selected type is implemented and its entry is marked supported here.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100