Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-08-08 12:08:29 -05:00
commit e5f0b2cc9c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ TUPLE: function function color ;
GENERIC: plot-function ( plot object -- plot )
M: quotation plot-function ( plot quotation -- plot )
M: callable plot-function ( plot quotation -- plot )
>r dup plot-range r> '[ dup @ 2array ] map line-strip ;
M: function plot-function ( plot function -- plot )