home *** CD-ROM | disk | FTP | other *** search
- size 24 18 box ! Note: Filling doesn't work on the screen.
- ! To see this example use:
- ! dvigle fill
- ! dviprint -dvt
- begin graph
- SIZE 24 18
- Title "Example of filling"
- xtitle "TRYPSIN activity"
- ytitle "weight gain"
- data test.dat
- d1 marker square
- d2 marker triangle
- fill x1,d1 color grey90
- fill d1,d2 color grey50
- fill d2,x2 color grey10
- end graph
-