From 419762ff9a9704f1f07aaa68136f68d72b8557d4 Mon Sep 17 00:00:00 2001 From: Anthony Starks Date: Wed, 2 May 2012 22:39:17 -0400 Subject: [PATCH] horion -> area --- svgplot/mksvgplotdef | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/svgplot/mksvgplotdef b/svgplot/mksvgplotdef index 51a07a1..2f00269 100644 --- a/svgplot/mksvgplotdef +++ b/svgplot/mksvgplotdef @@ -6,7 +6,7 @@ data="test.d" svgplot $gopts -showbg -connect=f -label=showbg $data > f00.svg svgplot $gopts -connect -label=connect $data > f01.svg svgplot $gopts -showbar -connect=f -label=showbar $data > f02.svg -svgplot $gopts -horizon -connect=f -label=horizon $data > f03.svg +svgplot $gopts -area -connect=f -label=area $data > f03.svg svgplot $gopts -showdot -connect=f -label=showdot $data > f04.svg svgplot $gopts -showx -label=showx $data > f05.svg svgplot $gopts -showy -label=showy $data > f06.svg @@ -15,10 +15,10 @@ svgplot $gopts -showfile -label=showfile $data > f07.svg svgplot $gopts -bgcolor=lightsteelblue -label=bgcolor $data > f08.svg svgplot $gopts -linecolor=red -label=linecolor $data > f09.svg svgplot $gopts -barcolor=red -showbar -connect=f -label=barcolor $data > f10.svg -svgplot $gopts -hcolor=red -horizon -connect=f -label=hcolor $data > f11.svg +svgplot $gopts -hcolor=red -area -connect=f -label=hcolor $data > f11.svg svgplot $gopts -showdot -dotcolor=red -connect=f -label=dotcolor $data > f12.svg -svgplot $gopts -label=fontsize $data > f13.svg -svgplot $gopts -font=Courier -label="font" $data > f14.svg -svgplot $gopts -label=labelcolor -labelcolor=red $data > f15.svg +svgplot $gopts -label=labelcolor -labelcolor=red $data > f13.svg +svgplot $gopts -label=fontsize $data > f14.svg +svgplot $gopts -font=Courier -label="font" $data > f15.svg svgrid -h 1200 -w 1024 -r=f -x=50 -y=50 -g 10 -c 8 f??.svg > svgplotdef.svg