Skip to content

Commit

Permalink
horion -> area
Browse files Browse the repository at this point in the history
  • Loading branch information
ajstarks committed May 3, 2012
1 parent a2dab00 commit 419762f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions svgplot/mksvgplotdef
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 419762f

Please sign in to comment.