Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Doesn't produce plot #99

Open
dhallidy opened this issue Jun 26, 2018 · 0 comments
Open

Doesn't produce plot #99

dhallidy opened this issue Jun 26, 2018 · 0 comments

Comments

@dhallidy
Copy link

I have successfully run this on multiple dataframes but occasionally don't receive output or an error. Upon researching the issue I think the error comes from the following line in the source code:

xgraph <- ggplot2::ggplot(x_subset_week, ggplot2::aes_string(x="timestamp", y="count")) + ggplot2::theme_bw() + ggplot2::theme(panel.grid.major = ggplot2::element_blank(), panel.grid.minor = ggplot2::element_blank(), text=ggplot2::element_text(size = 14))

when I run this and on a dataframe where I don't receive output from the AnomalyDetectionTs function I get the following error:

Don't know how to automatically pick scale for object of type function. Defaulting to continuous.
Don't know how to automatically pick scale for object of type function. Defaulting to continuous.
Error in (function (..., row.names = NULL, check.rows = FALSE, check.names = TRUE, :
arguments imply differing number of rows: 0, 179

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

No branches or pull requests

1 participant