File: chunk_setstd

package info (click to toggle)
ploticus 2.42-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,228 kB
  • sloc: ansic: 46,243; perl: 1,590; sh: 392; makefile: 123
file content (36 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
//// this chunk is included by prefabs to initialize the standard prefab parameters
//
#if @CM_UNITS = 1
  #setifnotgiven rectangle = "2.5 5 13.75 10"
#else
  #setifnotgiven rectangle = "1 2 5.5 4"
#endif
#setifnotgiven title = ""
#setifnotgiven err = ""
#setifnotgiven xrange = ""
#setifnotgiven yrange = ""
#setifnotgiven xinc = ""
#setifnotgiven yinc = ""
#setifnotgiven include1 = ""
#setifnotgiven include2 = ""

#setifnotgiven xnearest = auto
#setifnotgiven ynearest = auto

// added 5/25/04 scg
#setifnotgiven xstubdet = ""
#setifnotgiven ystubdet = ""

// added 8/5/04 scg
#setifnotgiven xaxis = bottom
#setifnotgiven yaxis = left

#setifnotgiven data = ""
#setifnotgiven inlinedata = ""

// following added scg 8/4/04...
#proc settings
  encodenames: yes
  enable_suscripts: yes
  #ifspec encodenames
  #ifspec enable_suscripts