Directory: vis/directgraphics/
helper routines for direct graphics
Contents
.pro files
- mg_colorbar.pro
Produce a colorbar in direct graphics.
- mg_contour.pro
Wrapper for CONTOUR that handles the NLEVELS keyword better: if LEVELS is not specified then NLEVELS contour levels are created equally spaced between the minimum and maximum values of z.
- mg_decomposed.pro
Set the decomposed mode, if available in the current graphics device i.e.
- mg_legend.pro
Create a legend in direct graphics plots.
- mg_parallel_coords.pro
Parallel coordinates implementation.
- mg_psbegin.pro
Set IDL direct graphics system to PostScript plotting.
- mg_psend.pro
Used in conjunction with MG_PSBEGIN to end PostScript output.
- mg_read.pro
Reads from the current graphics device (WIN, X, or Z devices) and returns the image in the TRUE format specified.
- mg_set_plot_display.pro
Sets the direct graphics device to the "display", i.e., 'X' on Unix-based systems or 'WIN' on Windows systems.
- mg_textbackground.pro
Create a transparent box on a graphic.
- mg_usersym.pro
Creates a user-defined symbol for use in plotting in direct graphics via routines that accept the PSYM graphics keyword.
- mg_window.pro
Creates a "window" of the given size on the current device.
- mgdgvars__define.pro
Object to save/restore direct graphics system variables.
Contact me if you have enhancement requests or bug fixes.