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

Compare multiple (>2) traces in one plot #54

Open
fsktom opened this issue Jul 17, 2023 · 6 comments
Open

Compare multiple (>2) traces in one plot #54

fsktom opened this issue Jul 17, 2023 · 6 comments
Assignees
Labels
cli Regarding `endsong_ui` crate enhancement New feature or request

Comments

@fsktom
Copy link
Owner

fsktom commented Jul 17, 2023

Currently, you can either plot one trace or compare two traces (a bit related: #26 ). Would be nice if in the UI you could ask the user how many traces (with a hard cap) and then just loop through it. I wonder what the performance impact would be heh

@fsktom fsktom added the enhancement New feature or request label Jul 17, 2023
@fsktom fsktom self-assigned this Jul 17, 2023
@fsktom
Copy link
Owner Author

fsktom commented Jul 19, 2023

Maybe an interesting one would be a function where you can compare all songs from an album?
Or all albums from an artists?

@fsktom
Copy link
Owner Author

fsktom commented Jul 20, 2023

^ see #33

@fsktom fsktom added the cli Regarding `endsong_ui` crate label Jul 27, 2023
@fsktom
Copy link
Owner Author

fsktom commented Aug 8, 2023

Maybe use legend groups for this

See #61 and plotly/plotly.rs#154 (comment)

@fsktom
Copy link
Owner Author

fsktom commented Sep 3, 2023

https://stackoverflow.com/a/69107589

Create a trait (that's implemented for Scatter/every Trace impl?) that changes the title or w/e
So that I don't have to downcast the dyn Trace objects

@fsktom
Copy link
Owner Author

fsktom commented Sep 3, 2023

^not plausible

I think I'll just create an enum smh for Box<Scatter<String, usize>> and Box<Scatter<String, f64>>

@fsktom
Copy link
Owner Author

fsktom commented Sep 16, 2023

^implemented in c002ec7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Regarding `endsong_ui` crate enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant