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

Add support for animated output for plots #4

Open
m12t opened this issue Sep 5, 2022 · 1 comment
Open

Add support for animated output for plots #4

m12t opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@m12t
Copy link
Owner

m12t commented Sep 5, 2022

The Go Programming Language offers examples in the beginning about Go and GIFs; explore generating a gif of data being visualized in the gnu plot.

also, see: https://stackoverflow.com/questions/22898971/gif-animation-in-gnuplot

@m12t m12t added the enhancement New feature or request label Sep 5, 2022
@m12t m12t self-assigned this Sep 5, 2022
@m12t
Copy link
Owner Author

m12t commented Sep 5, 2022

There were some bugs with the plotting lib, Glot, particularly when trying to use logscale for charts and when trying to set antialiasing to improve output quality. The Go code has been refactored to generate a CSV instead of plotting, which will be done in Python.

@m12t m12t changed the title Add support for GIF output for plots Add support for animated output for plots Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant