diff options
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 |