Tips and Tricks

Tips and Tricks

Data Visualization
Sanjay Matange 0
Box plot legend

A grouped box plot created by SGPLOT VBOX / HBOX statement or GTL BOXPLOT statement will display groups within categories using group colors and puts the color swatches representing the group values in the legend.  This works well for a color graph created as shown below. title 'Distribution of Cholesterol

Data Visualization
Sanjay Matange 0
Getting Started with SGPLOT - Part 4 - Series Plot

This is the 4th installment of the Getting Started series.  The audience is the user who is new to the SG Procedures.  Experienced users may also find some useful nuggets of information here. Series plots are frequently used to visualize a numeric response on the y-axis by another numeric variable on

Data Visualization
Sanjay Matange 0
Funnel Graphs

Funnel graphs are useful to track the number of visitors passing through various pages of a website or the number of patients in a study.  The graph shows visually the retention of users or subjects in a study across levels of a marketing cycle or the study. One common representation

Data Visualization
Sanjay Matange 0
Hotel Text

Yesterday, I published an article on Axis values display, where I mentioned the desire expressed by many users to get x-axis tick values in Hotel text orienttion.  The name comes from the way many hotel signs are displayed as shown on the right.  Such arrangement of text can also be very

Data Visualization
Sanjay Matange 0
Axis values display

Displaying nicely rendered axis values reduces clutter and makes the graph more readable.  With SAS 9.4, we added the ability for splitting x-axis tick values on white space to create a nice and readable x-axis as shown in the graph on the right. It is always a challenge to fit

Data Visualization
Sanjay Matange 0
ODS Graphics Designer

Some observant readers may have noticed a new icon on the right sidebar of this blog announcing the release of the new SAS Press book on the ODS Graphics Designer, written in collaboration with Jeanette Bottitta.  Jeanette is a Technical Writer at SAS and has worked on various SAS Graphics products

Data Visualization
Sanjay Matange 0
Financial graphs

Browsing on the web, I ran into a simple but visually interesting graph of financial data.  Really, it could be any data, but this one showed up under "Financial Graphs".  I thought this would give me an opportunity to speak about an interesting new feature added to SERIES plot with

Data Visualization
Sanjay Matange 0
Layers vs annotation

Last week a user asked about BY variable group processing for SGAnnotate with SGPLOT procedure.  The user provided a simple use case for the question (always a good idea) using the sashelp.class data set.  The graph included a display of reference lines for the mean value of height using annotation.  The

1 2 3 4 5 6 12

Back to Top