Replies: 4 comments 1 reply
-
It would be great. It should be possible. |
Beta Was this translation helpful? Give feedback.
-
For It's satisfactory for now, and this is how I generate the documentation images such as https://raw.githubusercontent.com/JuliaPlots/UnicodePlots.jl/unicodeplots-docs/2.10/surfaceplot1.png in README.md (expect for the front banner for which I used In order to do that with Term we'd have to estimate the final image size, create it, split the renderable lines into I hack |
Beta Was this translation helpful? Give feedback.
-
Got it. It sounds interesting, but to be honest my bandwidth is a bit limited at the moment (finishing the PhD and what not). |
Beta Was this translation helpful? Give feedback.
-
Been there too, priorities ;) Yes, this is my 2 cents on this so anyone interested can help, I'll see if I have time to propose something but I'm afraid this is too time consuming for me to implement. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be awesome (but - I guess - not easy to implement) to be able to save
Renderable
s aspng
images.For
UnicodePlots
, it was added in JuliaPlots/UnicodePlots.jl#239.And for
Plots.jl
we save eachPlot
as png, and insert it into a bigger image for simple non-nested grid layouts: https://github.com/JuliaPlots/Plots.jl/blob/ec77b9728bd09bfe8e0a511d32268373d6a1fc83/src/backends/unicodeplots.jl#L257Beta Was this translation helpful? Give feedback.
All reactions