-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Hey,
I needed to plot multiple plots in a row, using the full width of the terminal, and update them with new data.
I know that Plots.jl can lay out UnicodePlots, but I had trouble updating them in place and making them use the full width of the terminal. I also know about Term.jl, but that doesn't support stretching plots to full width either.
Hence, I've created https://github.com/zsoerenm/LiveLayoutUnicodePlots.jl which can stretch plots to full terminal width and update the plots in place if needed.
I also added support for having multiple rows.
My question is shall we integrate it into UnicodePlots.jl or does it makes sense to have it in a separate repo / package?
I'm happy to integrate it here.
Metadata
Metadata
Assignees
Labels
No labels