Graphics Programming

Data visualization using SAS programming, including ODS Graphics and SAS/GRAPH. Charts, plots, maps, and more!
BookmarkSubscribeRSS Feed
jrushing_wfu
Calcite | Level 5
Hi. I've been modifying the template from proc lifetest to put # at risk below the graph rather than inside the graph. I'm using Blockplot to place the # at risk. but i can't seem to get rid of the outer border of the blockplot. how can I do this?

thanks
3 REPLIES 3
jrushing_wfu
Calcite | Level 5
I figured it out. you have to specify the option walldisplay=none in the overlay statement that surrounds the blockplot. works great.
Reeza
Super User

Does anyone know if the code for this is available somewhere?

Jay54
Meteorite | Level 14

See my blog post on Graphs with Axis-Aligned Statistics Tables.  The second example has a stat table (using a BLOCKPLOT) outside the graph in a separate cell of a LAYOUT LATTICE.  The borders have been turned off by setting WALLDISPLAY=none.  The full code is linked from that page.

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2330 views
  • 0 likes
  • 3 in conversation