You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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)"n"
(empty) #156Other base plot types
"density"
"ridgeline"
Ridgeline plot #71"histogram"
Support type = "histogram" #72"barplot"
"boxplot"
#153"spineplot
" Wishlist: Support factors as x or y #2"polygon"
#126"polypath"
#158"rect"
#160"segments"
#162"curve"
"text"
"jitter"
(alias"j"
?) #169"rug"
(alias"r"
?)"coplot"
"contour"
#218Range and interval types
"ribbon"
"area"
"errorbar"
"pointrange"
Stats models
"lm"
#227"glm"
#228"loess"
#229"spline"
#240"gam"
(via mgcv?) #239Misc types
"bubble"
sf
/"map"
Supportsf
objects for maps? #210"polar"
Polar coordinates #211Composite types
"lollipop"
(alias"i"
?) ="h"
+"p"
"densrug"
="density"
+"rug"
Custom functions
type_<custom>
#226type_function()
#248The text was updated successfully, but these errors were encountered: