Yet Another Plotting System for Octave

Alexander Barth <[email protected]> Wed, 17 Jan 2007 19:45:27 -0500
Newsgroups gmane.comp.gnu.octave.graphics
Message-ID <[email protected]>
Hi all,

I wrote some plotting routines to visualize ocean model results (although it can be used for other
applications). I wanted to share it because it might be useful for others as well. I called this
package Yapso, Yet Another Plotting System for Octave. It is intended to be compatible with Matlab
plotting commands. Yapso is based on the OpenGL libraries and it uses (currently) the GLUT toolkit
(freeglut or openglut). Yapso is loaded dynamically in Octave as oct-functions which allows a tight
integration in Octave.

What I missed from existing graphics packages was offscreen rendering (matlab's -nodisplay option)
which allows you to create plots from a cronjob or from a webserver cgi.

You can download it from http://yapso.sourceforge.net/ and demos can be found at
http://yapso.sourceforge.net/demo.html.

Yapso is bundled as an octave package which is installed by "pkg install yapso-0.2.1.tar.gz".

Have fun!
Alex