aboutsummaryrefslogtreecommitdiff
path: root/pkg/plot/plot.cl
blob: 13e540119e8629539d470859063a2a70e4b1ce00 (plain) (blame)
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
41
#{ Plot package -- vector graphics utilities.

package	plot

task	implot,
	gdevices,
	graph,
	prow,
	prows,
	pcol,
	pcols,
	phistogram,
	pradprof,
	pvector,
	gkidir,
	gkimosaic,
	gkiextract.tb,
	crtpict		= "plot$x_plot.e"

task	contour,
	surface,
	hafton,
	velvect		= "plot$x_ncar.e"

# Graphics Kernels.

task	stdgraph,
	gkidecode,
	$showcap	= "plot$x_stdgraph.e"

task	stdplot,
	sgikern,
	sgidecode	= "plot$x_sgikern.e"

task	imdkern		= "plot$x_imdkern.e"

task	nsppkern	= "plot$x_nsppkern.e"
task	calcomp		= "plot$x_calcomp.e"


clbye()