- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 07-09-2021 01:00 PM
(1016 views)
1. I'm using proc template, trying to have my tick marks plotted inside rather than outside. I'm using option tickstyle=inside, but this option seems to affect only the major tick marks, not the minor ones.
2. I'm using SAS 9.4 1M7.
3. Any suggested solution for how to have BOTH major and minor tick marks inside?
Thank you.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I suggest posting your template and Sgrender code used plus some data.
Templates can be a bit picky and we need to see everything involved to understand what may be happening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JonathanNitzan,
Robert Allison shows an example at the link below. You basically need to create the tick marks yourself. The TICKSTYLE = Inside, as you said only works for major tick values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the answers -- much appreciated. I had hoped that SAS 9.4 1M7 fixed this shortcoming. It's bizarre that this feature is not available.