- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 11-06-2009 09:25 AM
(2329 views)
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
thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I figured it out. you have to specify the option walldisplay=none in the overlay statement that surrounds the blockplot. works great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Does anyone know if the code for this is available somewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.