]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/gadgets/charts/lines/lines.factor
core: Add the shuffler words but without primitives.
[factor.git] / extra / ui / gadgets / charts / lines / lines.factor
index fbdf080d634f3ad10ac150cce224aba3b011f265..0e5cc3f5a94b331ad89380fc6352dfa40759a751 100644 (file)
@@ -113,7 +113,7 @@ ALIAS: y second
 : calc-point-y ( slope y point -- xy ) over [ calc-x ] dip 2array ;
 
 : xyy>chunk ( x y1 y2 -- chunk )
-    [ over ] dip 2array [ 2array ] dip 2array ;
+    overd 2array [ 2array ] dip 2array ;
 
 :: 2-point-chunk ( left right ymin ymax -- chunk )
     left last :> left-point