Search the Community
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
344 results
Sorted by:
08-14-2024
10:43 AM
Good morning, I'm creating a line graph to display longitudinal data for school years. My x-axis variables are character values and I want them displayed in chronological order (2020-21 -&g...
05-12-2025
09:50 PM
Hello All,
How to display the countries alphabetically on the x-axis?
I also read the below link: Tip: Avoid alphabetical order for a categorical axis in a graph - The DO L...
03-15-2021
09:46 AM
4 Likes
...t the bottom of the graph. The AXISTABLE statement was used to produce the at-risk table.
Program 5: Creating Subject At-Risk Table
layout overlay /
x...
1103 Paper.pdf (334 KB)
1103 Presentation.pdf (1,258 KB)
Labels:
03-21-2012
10:03 AM
I want uneven tick marks on my graph axis. This comes up frequently. Currently I wish I could create a log axis over a small range like 2, 2.5, 3, 4, 5 (that is, much less than one decade). It has a...
Show results in replies (3)
-
...options cback=white; axis1 value=(color=white) major=none minor=none order=(1 10) logbase=10 l...
-
...venly spaced values in the axis order=, it (basically) treats the axis as a character/categorical, r...
-
...un; 16 17 axis1 order = (1,1.5,2,2.5,3,5,7,10); 18 proc gplot; 19 plot y*x / haxis = axis1; 20 r...
08-26-2017
08:16 AM
Hi all, I have a question I hope you can help me with it. It is possible to reproduce this Graph (showing label and minor tick marks in x axis, using SGPLOT instead? I think the d...
06-07-2023
08:12 PM
1 Like
...isplay rule definition. Here I am using a Dual axis bar-line chart object. We can see how I have two different display rule definitions for each type of style area. Also notice, that in order to see the S...
- Find more articles tagged with:
- GEL
Labels:
08-17-2023
02:48 PM
1 Like
...ymbols and inserting tables into your graphs.
Watch the Webinar
You will learn how to:
Simplify your code using the SG procedures like SGPLOT and SGPANEL.
Control the axis...
Labels:
05-13-2020
05:57 PM
...ontinuous integers. Also why would SAS put the Y axis in descending order?!? I changed the code to the following: proc sgplot data=accidents noautolegend;
scatter x=year y=a...
07-16-2018
10:56 AM
...bsp; format day dayfor.; run; proc sort data = want; by pid day; run; axis2 order = (0 to 7); symbol1 i...
08-03-2016
03:40 PM
...spect as the attribute on the y-axis will be ranked by order/ severity ascendant. Please advise. Thanks in advance. S