File: FuncUsage

package info (click to toggle)
ruby-pgplot 0.1.3-6
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 480 kB
  • sloc: ruby: 1,382; ansic: 73; makefile: 37
file content (40 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (2)
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
37
38
39
40
  stat = pgopen([device])
  stat = pgbeg([device, [nxsub, [nysub]]])

  pgask  [true|false]
  pgenv  xmin,xmax,ymin,ymax [,just, axis]

  pgline xarray, yarray
  pgpt   xarray, yarray [,symbol]
  pgpnts xarray, yarray, symarray

  pgbin  xarray, yarray [,center]
  pghist data, nbin [,range, flag]

  pgerrb dir, x, y, err [,tlen]
  pgerrx x1, x2, y [,tlen]
  pgerry x, y1, y2 [,tlen]

  pgcont map, cont [,tr]
  pgcons map, cont [,tr]
  pgconb map, cont [,blank, tr]
  pgconf map, cont_range [,tr]
  pgconl map, cont, label [,intval, minint, tr]

  pgimag array [,range, tr]
  pggray array [,range, tr]
  pgctab l, r,g,b [,contra,bright]
  pgpixl, array [,x1,x2,y1,y2]
  pgvect x, y [,scale, pos, tr, blank]

  value = pgqinf(item)
  type, descr, inter = pgqdt([ndev])

  curs = pgband( mode, [ xref, yref, [x, y, [posn]]])
  n = pgolin( x, y, [sym, [npt]] )
  n = pgncur( x, y, [sym, [npt]] )
  n = pglcur( x, y, [npt] )

  pgtick x1, y1, x2, y2, v, [str], {"tickl", "tickr", "disp", "orient"}
  pgaxis x1, y1, x2, y2, v1, v2,
         {"opt", "step", "nsub", "tickl", "tickr", "frac", "disp", "orient"}