help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Yet Another Plotting System for Octave


From: Alexander Barth
Subject: Yet Another Plotting System for Octave
Date: Wed, 17 Jan 2007 19:45:27 -0500
User-agent: Thunderbird 1.5.0.9 (X11/20070102)

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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]