From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/plot/plot.cl | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pkg/plot/plot.cl (limited to 'pkg/plot/plot.cl') 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() -- cgit