I'm not sure how many sas users there are around here, but I thought I'd check....<BR><BR>Ok, so I'm working with generating some graphs in GPLOT (using sas) and I'm having trouble generating the axis ...
Use the CPORT and CIMPORT procedures in base SAS software to transport catalogs that contain graphics output to other operating environments that are running the same version of SAS/GRAPH software.
In this example, the data are sampled from two highly elongated multinormal distributions with equal covariance matrices. The following SAS statements produce Figure 8.16: data elongate; keep x y; ...