Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported plot types #97

Open
24 of 38 tasks
grantmcdermott opened this issue Jan 22, 2024 · 2 comments
Open
24 of 38 tasks

Supported plot types #97

grantmcdermott opened this issue Jan 22, 2024 · 2 comments

Comments

@grantmcdermott
Copy link
Owner

grantmcdermott commented Jan 22, 2024

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) #156

Other base plot types

Range and interval types

  • "ribbon"
  • "area"
  • "errorbar"
  • "pointrange"

Stats models

Misc types

Composite types

  • "lollipop" (alias "i"?) = "h" + "p"
  • "densrug" = "density" + "rug"

Custom functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants