skip to navigation
skip to content

ezplot 0.1.0a4

Remote Procedure interface to Matplotlib

A remote procedure interface to Matplotlib.
This package allows you to invoke Matplotlib
     (http://matplotlib.sourceforge.net)
plotting commands over an XML-RPC interface.  The plotting
commands are issued by the 'plotclient', sent over XML-RPC,
then executed by a (local) 'plotserver'.  The advantage to
this is that the plotting commands are executed in a
completely separate process from the client, thus there are
no issues with getting stuck in the Matplotlib GUI's main
loop.  Similar to what you get from"ipython -pylab", but this
works with any Python shell whether it's console-based or
GUI based.