-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Feature request: Live updating plots #2570
Comments
Hi @cool-RR, I submitted #2597 and #2598. Once you install both of those, you should be able to monitor your graphs with It was not especially complicated to implement as the basic functionality was already implemented. So imo the greatest VisiData feature request of all time is still #2: Also, until these patches are incorporated into visidata, you may find the |
Hmm, this doesn't work for me. I checked out the develop branch and then merged your two branches. I did |
Hey @cool-RR! To make things easier, both commits are now in The steps I would do are: And then try it out. I believe the step is to use |
Hmm, I hadn't actually tested reloading graphs while another sheet reloads from a file. That case is not working. It looks like the source sheet changes are not being reflected on the graph. I'll continue to look into it. (My test case was a custom sheet that generates more rows over time in memory, not on disk.) |
Thanks, let me know when that can be tested. Also, I think that a good UX would not require the user to go back to the source sheet and use one of the |
I recently discovered https://github.com/ClementTsang/bottom It's like |
It is time for the greatest VisiData feature request of all time. I've wanted this for a long time, and it's pretty ambitious so it might never get implemented, but let's put it on the table anyway.
I want to have live plots. I'm running experiments that take a while to produce output. I'm anxiously awaiting the interesting parts of their results so I could draw conculsions and run the next experiment. I want to see that progress on a plot, live. This means I want to draw a plot of a certain sheet, and then as more rows are written to that sheet, I want the plot to automatically add new points on the screen.
The text was updated successfully, but these errors were encountered: