-
Notifications
You must be signed in to change notification settings - Fork 17
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
[New Feature]: associate timeseries to different plots. #99
Comments
Hi, thanks for checking in! If I understand you correctly this is possible in the latest version. you can increase the number of plots and then just select sensorValue1, sensorValue2 in the legend on plot 1, and sensorValue3 on plot 2 and so on... I haven't gotten around to create a new release since this has been added, so you have to pull the master branch and compile it yourself for the new features. |
Awesome! But tbh I don’t feel like to compile, I will wait the release for apple silicon. :) |
fair enough! now I have a motivation to push for a release! I'll look into it as soon as I can! |
Infinitely thanks! The possibility of associating timeseries to graphs would be a killer feature that I haven't seen in any other project. Please, close this issue once done so that I get notified. :) Thanks again! |
@ubaldot enjoy: EDIT: the latest release (https://github.com/hacknus/serial-monitor-rust/releases/tag/v0.2.1 I'm always happy to get feedback! :) |
Hey thank you! I will give it a go later on today or tomorrow. :) I will only use the silicon version because I have an M1 MacBook. I will let you know, thanks again! |
I think the apple silicon build is queued for some reason.. use the normal build for macos, it should also run on apple silicon, just not as optimized. |
Hello! I finally give it a go! Awesome job! I was actually impressed how beauty and easy is the interface.
I will definitely used it for my YouTube channel contents once I will start to move from theory to practice. :) |
Agreed! There is also a feature request (#76 ) open about a how-to start guide, but I haven't gotten around to that...
👍🏻
👍🏻
Not quite sure what you mean, but any further interaction with the legend would need to be implemented in egui
👍🏻
👍🏻
👍🏻
haha fair enough, it will be renamed for the next release Thank you very much for the feedback, really appreciate it! |
Here I am. Sorry, I finally found some time to follow up.
I'll make an example: say that I have 10 signals and I want to plot 3 in the first graph and 7 in the second graph. As it is not, I would have 10 signals and 10 legend in both the graphs. Then, I can disable 7 signals in the first graph and 3 signals in the second graph to hide them, but the legend would still have 10 items in both the graphs. Hope it clarifies a bit :) |
Ah okay, I see. yes, we could put a color picker and a plot-selection-dropdown menu next to the text-field where we type in the label/name of the dataset? something like this? |
Yes, for the plot selection. I can make a sketch on paper tomorrow to me even more clear (now I am not at home). |
It would be nice to associate timeseries to graphs and have the opportunity to display multiple graphs at the same time.
For example, by assuming to receive data streams from three sensors, one should be able to plot sensorValues1 and sensorValues2 on the first graph and sensorValues3 on the second graph.
The text was updated successfully, but these errors were encountered: