aboutsummaryrefslogtreecommitdiff
path: root/pkg/plot/plot.cl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/plot/plot.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/plot/plot.cl')
-rw-r--r--pkg/plot/plot.cl41
1 files changed, 41 insertions, 0 deletions
diff --git a/pkg/plot/plot.cl b/pkg/plot/plot.cl
new file mode 100644
index 00000000..13e54011
--- /dev/null
+++ b/pkg/plot/plot.cl
@@ -0,0 +1,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()