PLplotNet
PLplotNet copied to clipboard
Save to memory stream
It looks like all the saving is handled in the library itself.
I'd rather save to a memory stream as I need to do extra processing on the image, and have no reason to save to disk. Is there a way to do this?
Same question; can the output be piped to a memory stream?
See https://plplot.sourceforge.net/docbook-manual/plplot-html-5.15.0/devices.html, although this will involve some form of native interop.