Hi Everyone,
I am trying to find a way of producing a graph in pylib and then
returning it as a graphic via a simple BaseHTTPRequestHandler
webserver.
I don't appear to be able to find any documentation on this, although
I am sure it must be possible to achieve this!
I know that I can produce a temporary file in pylib and then load it
and output it in BaseHTTPRequestHandler but I am looking to avoid this
unnecessary step!
Many thanks,
Alex
|