home *** CD-ROM | disk | FTP | other *** search
- unset echo
-
- ifdef 'plot_dash' pref nodash 0
- ifundef 'plot_dash' pref nodash 1
-
- ifdef 'plot_cols' unset monochrome
- ifundef 'plot_cols' set monochrome
-
- * convert string to real:
- set xprecision = 0$(plot_xprec)
- set yprecision = 0$(plot_yprec)
-
- set a = $(plot_vecs)
- ifdef plot_xrang 'set a = $(a) xl $(plot_xmin) $(plot_xmax)'
- ifdef plot_yrang 'set a = $(a) yl $(plot_ymin) $(plot_ymax)'
- ifdef plot_indic 'set a = $(a) xindices $(plot_indlo) $(plot_indhi)'
- ifdef plot_vs 'set a = $(a) vs $(plot_vecvs)'
-
- echo plot $(a)
- plot $(a)
-
- unset a
- set echo
-