|
These programs use a "PANEL" package, which is included within
the program code. Aside from the files listed, no extra downloads are
needed. Please let me know if you have problems. I am still updating
these programs as needed.
All of the plotting programs should behave correctly if you give
either the standard POSITION keyword or no positioning information at
all. They also accept an arcane "PANEL/SUBPANEL" notation which you
should not worry about unless you want to. PLOTCUBE is a whimsical
demonstration of PANELs -- an example of how to create a tight matrix
of plots.
You can download the entire plotting archive here:
PLOTIMAGE - Display an image using a PLOT-like interface
Screen shot - the lower panel is created by
PLOTIMAGE
PLOTIMAGE in particular makes it very easy to plot images or slices
of images with proper coordinate axes. Once this is done, then
overlays of other graphics like contours is very easy, since the
coordinate system is already established. Display of images is
essentially achieved in the same way that other data is plotted with
PLOT. You can specify an XRANGE and YRANGE to include or exclude any
part of the image, etc. OPLOTIMAGE will overlay an image on an
existing plot, not necessarily created by PLOTIMAGE.
This new version (19 Apr 2000) has significant improvements.
Display of true-color 8 and 24 bit images should work in both 8 and 24
graphics modes. By default the screen image is not smoothed;
activate smoothing with the /INTERP keyword. Printed images can be
automatically smoothed to achieve a minimum desired pixel resolution
via the MIN_DPI keyword. Automatic intensity scaling of 8 bit images
can be done via the RANGE keyword and its attendant color table
selection keywords. The /PRESERVE_ASPECT keyword will maintain the
aspect ratio of the image, keeping pixels square.
PLOTCOLORFILL - Display colorful bar charts
Screen shot - a
color-coded X-ray light curve
PLOTCOLORFILL plots nice and optionally colorful bar charts. The
example code in the documentation shows how to make stacked bar
charts.
PLOTCUBE - Plot three dimensional data as a cube
Screen shot
PLOTCUBE is a whimsical demonstration of PANELs -- an example of
how to create a tight matrix of plots which can be printed and folded
to make a three dimensional cube.
PLOTBIN - Plot fixed or variable-width histogram
PLOTBIN plots histograms. The width of the histogram bins can be
variable by using the WIDTH keyword.
|