octave-maintainers
[Top][All Lists]
Advanced

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

New functions: ribbon.m spinmap.m


From: John W. Eaton
Subject: New functions: ribbon.m spinmap.m
Date: Mon, 12 Nov 2007 17:04:34 -0500

On 12-Nov-2007, Kai Habel wrote:

| Hello all,
| 
| I have two new graphic functions implemented: ribbon and spinmap.
| 
| 
| Examples
| * ribbon:
| 
| [x,y,Z] = sombrero;
| [X,Y] = meshgrid(x,y);
| ribbon(Y,Z);
| 
| 
| * spinmap:
| 
| image;spinmap
| 
| For more complex graphics like surf(peaks) spinmap is not very fast, but
| might be useful nevertheless.
| 
| Kai
| 
| ChangeLog:
| 
| 2007-11-12  Kai Habel  <address@hidden>
| 
|   * plot/spinmap.m, plot/ribbon.m: New functions.
|   * plot/Makefile.in (SOURCES): Add them to the list.

I added these files.

Thanks,

jwe


reply via email to

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