Search Results

121 résultats trouvés Page 1 / 13
Code SAS
Voir

IFS Christmas Tree Generator

This script generates a fractal Christmas tree using an Iterated Function System (IFS) implemented with PROC IML, then visualizes it with PROC SGPLOT.

Code SAS
Voir

Generating Stacked Area Plot with SGPLOT

Generates a stacked area plot exported as HTML and PNG.

Code SAS
Voir

SGplot Horizontal Grouped Bar Chart (3D)

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.

Code SAS
Voir

100% Stacked Horizontal Bar Chart

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.

Code SAS
Voir

100% Stacked Horizontal Bar Chart 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.

Code SAS
Voir

Bubble Plot Generation with SGPLOT

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.

Code SAS
Voir

3D Bubble Plot Generation

This SAS script generates a 3D Bubble Plot using the SGPLOT procedure. The data is created directly within the script via a DATA STEP.

Code SAS
Voir

Bubble Chart with Transparency

Generation of a transparent bubble chart with ODS SGPLOT.

Code SAS
Voir

Grouped Bar Chart with 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`.

Code SAS
Voir

3D Grouped Bar Chart Generation with ODS HTML

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.