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

plot_with_zoom with optional y parameter #71

Open
LouisCarpentier42 opened this issue Jan 13, 2025 · 0 comments
Open

plot_with_zoom with optional y parameter #71

LouisCarpentier42 opened this issue Jan 13, 2025 · 0 comments

Comments

@LouisCarpentier42
Copy link
Collaborator

Currently, the plot_with_zoom function in the visualization module requires a value for y (the anomaly scores). However, in some situations, it might be useful to zoom in on a time series without having any labels (in an explorative analysis for example). In this case, you can set the y parameter to 0 values by default, but a better solution would be to allow for an optional value for this parameter. I think the most challenging part of this feature would be to properly handle the method_to_plot parameter, because the y value is passed to this method. Should we still call this function, or should we 'simply' plot the data using something like plt.plot(X)?

@LouisCarpentier42 LouisCarpentier42 changed the title plot_with_zoom with optional 'y' parameter plot_with_zoom with optional y parameter Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant