ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

plotting capability? #29

Open matloff opened 1 year ago

matloff commented 1 year ago

Can one call R graphics functions from Python via pyRserve?

ralhei commented 1 year ago

As long as those functions do not expect a graphical front end for displaying things (like X11) they should work. So if such a function e.g. creates a chart, and can write this chart into a file or pass it over to Python in a binary string everything should be fine. The best is to give it a try