sgplot

Area Bar Charts using SGPLOT

The SGPLOT procedure supports a wide variety of plot types that you can use directly or combine together to create more complex graphs. Even with this flexibility, there might be times you run across a graph that you cannot create using one of the standard plot types. An "area" bar [...]

The post Area Bar Charts using SGPLOT appeared first on Graphically Speaking.




sgplot

Ridgeline Plots using SGPLOT

Ridgeline plots are useful for visualizing changes in the shapes of distribution over multiple groups or time periods. Let us look at an example of how we can create this plot using the SGPLOT procedure that is part of the ODS Graphics Procedures. For this example, we will plot the [...]

The post Ridgeline Plots using SGPLOT appeared first on Graphically Speaking.




sgplot

Visualizing COVID-19 data using SGPLOT and SGPANEL

As we continue to process and understand the ongoing effects of the novel coronavirus, many of us have grown used to viewing COVID-19 dashboards and visualizations, including this popular coronavirus dashboard from SAS. If you are more accustomed to building graphs and visualizations using the SGPLOT and SGPANEL procedures, this [...]

The post Visualizing COVID-19 data using SGPLOT and SGPANEL appeared first on Graphically Speaking.