I finally found some time to upgrade the GR framework 
<http://gr-framework.org>. It can now be used as a further alternative 
backend for Plots.jl <https://github.com/tbreloff/Plots.jl>, a wrapper for 
several plotting packages. The results can be seen here 
<http://plots.readthedocs.org/en/latest/examples/gr/>. In addition there 
are now also several convenience functions allowing to use GR quite similar 
to MATLAB's plot functions.

So, with the recent version, there's even more interoperability with 
different plotting environments, e.g.

   - use GR as a backend for Matplotlib (Demos 
   <http://gr-framework.org/tutorials/matplotlib.html>)
   - use GR as a backend for Plots.jl (Demo 
   <http://pgi-jcns.fz-juelich.de/pub/doc/ExamplePlots.html>)
   - user interaction by means of Interact.jl (Demo 
   <https://pbs.twimg.com/media/CaCpZL7WwAALMWp.png:large>)
   - use GR native MATLAB-like plot functions (Link 
   <https://twitter.com/josef_heinen/status/702177574978527234>)

The latter is still incomplete, but I will add more  functions ASAP.

May be, there is also a chance to combine GR with Simon's powerful 
GLvisualize.jl <http://www.glvisualize.com> library - we are open to 
anything.

Reply via email to