This page summarizes Making Plots & Postscript tutorial. The procedures, functions, and keywords implemented are organized into three tables: Intrinsic IDL Routines; Goddard Library Routines; and idlutils Routines. You should become familiar and comfortable with the procedures and functions listed here by reading the documentation. Functions are distinguished from procedures by having parenthesis at the end. Note that some routines not explicitly included in the tutorial have been added.
| PROGRAMS & FUNCTIONS | KEYWORDS |
|---|---|
| plot | /xlog, /ylog, charsize=, charthick=, color=, /data, /device, /normal, linestyle=, /nodata, /noerase, position=, psym=, symsize=, thick=, title=, xstyle=, ystyle=, xthick=, ythick=, xtitle=, ytitle=, xrange=, yrange= |
| oplot | color=, linestyle=, psym=, symsize= |
| set_plot |   |
| device | filename=, xsize=, ysize=, xoffset=, yoffset=, inches= |
| axis | xaxis=, yaxis=, /xlog, /ylog |
| plots | color=, /data, /device, /normal, linestyle=, psym=, symsize=, thick= |
| xyouts | alignment=, charsize=, charthick=, /data, /device, /normal |
| ploterr | type=, psym= |
| oploterr |   |
| errplot |   |
| PROGRAMS & FUNCTIONS | KEYWORDS |
|---|---|
| legend | linestyle=, psym=, charsize=, charthick=, box=, colors=, textcolors=, thick=, position=, /normal, /device, /fill, /left_legend, /right_legend, /top_legend, /bottom |
| ploterror | type=, /nohat, hatlength=, errthick=, errstyle=, errcolor=, and all the PLOT keywords |
| ploterror | type=, /nohat, hatlength=, errthick=, errstyle=, errcolor=, /lobar, /hibar, and all the OPLOT keywords |
| PROGRAMS & FUNCTIONS | KEYWORDS |
|---|---|
| djs_plot() | PLOT keywords |
| djs_oplot() | OPLOT keywords |
| djs_icolor() |   |
| textoidl() |   |
Last update 2003 November. Email J. Moustakas with questions or comments.