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

added the option for geom_points #146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jeffrothschild
Copy link

@Jeffrothschild Jeffrothschild commented May 4, 2023

This is my first pull request, so hopefully I'm going about it the right way. When using plot_anomaly_diagnostics, I found myself wanting to see geom points in there as well because I have some time series data that have inconsistent measurement frequency and it's helpful for me to see the points. It defaults to having them off, but is easy enough to put on.

@mdancho84
Copy link
Contributor

Jeff,

This should be acceptable. The only thing I didn't like is adding tidyquant::theme_tq() here:

image

Theme_tq is actually recreated in timetk to avoid a circular dependency.

Solution is to revert this to the original. Can you do that and re submit the pull request?

Copy link
Author

@Jeffrothschild Jeffrothschild left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HI Matt, this should be better - I removed that extra tidyquant:: and added a T/F for the points

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

Successfully merging this pull request may close these issues.

None yet

2 participants