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

type = "h" (and possibly others) don't work #26

Closed
Tracked by #4
grantmcdermott opened this issue Apr 15, 2023 · 2 comments
Closed
Tracked by #4

type = "h" (and possibly others) don't work #26

grantmcdermott opened this issue Apr 15, 2023 · 2 comments

Comments

@grantmcdermott
Copy link
Owner

No description provided.

@grantmcdermott grantmcdermott mentioned this issue Apr 15, 2023
6 tasks
@grantmcdermott
Copy link
Owner Author

Also fixed for types "c", "s" and "S".:

Example behaviour after 40a1aee

library(plot2)

plot2(0:10, type = "h")

plot2(mpg ~ wt | cyl, mtcars, type = "h")

plot2(Temp ~ Day | Month, airquality, type = "s")

@grantmcdermott
Copy link
Owner Author

One thing we might need to think about, however, is controlled jittering for grouped "h" plots. (You could say the same thing for other plot types with overlap.)

plot2(Temp ~ Day | Month, airquality, type = "h")

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

1 participant