BookmarkSubscribeRSS Feed
Jaime
Fluorite | Level 6
I usually use proc report with some conditional formatting to create heatmaps.
Is there a better way using any of the new graphics procs?
4 REPLIES 4
Jay54
Meteorite | Level 14
With SAS 9.2, You can use SGPLOT procedure and / or GTL to do heat maps, however, you have to use a scatter plot and manage the size of the markers. See examples here:

http://support.sas.com/sassamples/graphgallery/PROC_SGPLOT.html
http://support.sas.com/kb/31/489.html
http://support.sas.com/kb/35/156.html

Looking ahead, we will have a real HEATMAP statement in GTL at V9.3.
GraphGuy
Meteorite | Level 14
There are many kinds of charts people call "heat maps" - could you provide a link to an example (on the web) of the specific kind of heat map you're wanting to create?
Jaime
Fluorite | Level 6
Here is a link to the type of heatmap. http://learnr.wordpress.com/2010/01/26/ggplot2-quick-heatmap-plotting/

Good to here GTL will get the heatmap function.
I've troed the examples above in the past and found the sizing of the scatter dots a bit messy.
GraphGuy
Meteorite | Level 14
Ahh - so, really, just a grid of colored boxes, where you control the color.
I don't have any examples 'exactly' like yours, but here are some similar,
that could probably be adapted ...

http://robslink.com/SAS/democd22/heatmap.htm
http://robslink.com/SAS/democd22/heatmap_info.htm

The technique used in this custom calendar chart could be adapted:
http://robslink.com/SAS/democd22/trend.htm
http://robslink.com/SAS/democd22/trend_info.htm

http://robslink.com/SAS/democd21/emission.htm
http://robslink.com/SAS/democd21/emission_info.htm

A gplot, similar to the sgplot that was posted:
http://robslink.com/SAS/democd10/pltwafer.htm
http://robslink.com/SAS/democd10/pltwafer_info.htm

And, most of these 'wafer maps' could be adapted to a rectangular 'heat map':
http://robslink.com/SAS/democd10/aaaindex.htm

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1698 views
  • 1 like
  • 3 in conversation