This script generates a fractal Christmas tree using an Iterated Function System (IFS) implemented with PROC IML, then visualizes it with PROC SGPLOT.
Generates a stacked area plot exported as HTML and PNG.
This SAS script generates a horizontal grouped bar chart with a 3D (sheen) effect using PROC SGPLOT. Data is created directly within the script via a DATA step and the output is an HTML file containing the PNG graphic.
This SAS script generates a 100% stacked horizontal bar chart to visualize the proportional distribution of amounts within different categories. It prepares the data by calculating percentages per category and configures the ODS output for HTML display with SGPLOT.
This SAS script generates a 100% stacked horizontal bar chart with a 3D effect using PROC SGPLOT. Data is created internally, transformed to calculate percentages, and then visualized in an HTML file.
This SAS script generates a bubble plot using PROC SGPLOT. Source data is created directly within the script via a DATA step with datalines. The plot is exported in HTML and PNG format, with customized styles and axes.
This SAS script generates a 3D Bubble Plot using the SGPLOT procedure. The data is created directly within the script via a DATA STEP.
Generation of a transparent bubble chart with ODS SGPLOT.
This SAS script generates a Grouped Bar Chart using the SGPLOT procedure. Data is created directly within the script via a `DATA STEP` using `datalines`.
This SAS script generates a grouped bar chart with 3D shading using PROC SGPLOT and publishes it in HTML format. Data is created internally for the example.