SUPPORT / SAMPLES & SAS NOTES
 

Support

Sample 24941: Use PROC GREPLAY to display a vertical bar chart and a plot side by side

DetailsCodeResultsAboutRate It
This sample program uses the GREPLAY procedure to combine GCHART output and GPLOT output side by side.

The code first creates PROC GCHART output (which takes up the left hand side of the page). The code then creates PROC GPLOT output (which occupies the right hand side of the page). The final graph is created by using PROC GREPLAY to overlay the two graphs on top of each other using the WHOLE template.


These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.