1--Copyright The Numerical Algorithms Group Limited 1994.
2-- test input for GraphicsDefaults package
3
4--Operations to set graphic defaults:
5
6adaptive == false
7adaptive == true
8
9clipPointsDefault(false)
10clipPointsDefault(true)
11
12drawToScale(true)
13drawToScale(false)
14
15maxPoints(500)
16
17minPoints(21)
18
19screenResolution(600)
20
21
22--Operations which return default information:
23
24adaptive()
25
26clipPointsDefault()
27
28drawToScale()
29
30maxPoints()
31
32minPoints()
33
34screenResolution()
35