diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/plot/x_plot.x | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/plot/x_plot.x')
-rw-r--r-- | pkg/plot/x_plot.x | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pkg/plot/x_plot.x b/pkg/plot/x_plot.x new file mode 100644 index 00000000..0e87ba6d --- /dev/null +++ b/pkg/plot/x_plot.x @@ -0,0 +1,18 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# Package task statement for the PLOT package. + +task implot = t_implot, + crtpict = t_crtpict, + gdevices = t_gdevices, + phistogram = t_phistogram, + pradprof = t_pradprof, + prows = t_prows, + prow = t_prow, + pcols = t_pcols, + pcol = t_pcol, + pvector = t_pvector, + graph = t_graph, + gkiextract = t_gkiextract, + gkidir = t_gkidir, + gkimosaic = t_gkimosic |