- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-14-2016 08:59 AM
(1124 views)
Hi,
As the subject indicates, my sas version is 9.2, so the fitpolicy option in the xaxis statment only have the following values: STAGGER,ROTATE,THIN and its combinations, without the split option. Since my values for the axis is a little bit long , running the code below generates an ugly graph. I am wondering if there is any other possible way to display the values on the X axis in mutiline mode? Thanks!
proc sgplot data = Ind_stat; xaxis type = discrete label = "ind" fitpolicy = staggerrotate display = (noticks); yaxis label = "# of Customers";vbar hy/response = n datalabel;run;
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi:
This might be more quickly answered if you posted it in the SAS/GRAPH and ODS Graphics forum -- that is where all the graph folks are watching postings.
cynthia
This might be more quickly answered if you posted it in the SAS/GRAPH and ODS Graphics forum -- that is where all the graph folks are watching postings.
cynthia
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Cynthia
Thanks for your advice.