Hi I have use gplot now it straighten the tick mark value but I want to change how they look. At the monent they look like
R
1
2
3
4
5
on tick mark but I want to display them R12345
using version 9.2
how can i do?
Thnaks
I'm assuming that you are talking about the axis assignment. If so, just switch the order of your variables on the PLOT statement.
For example
plot var1*var2
becomes:
plot var2*var1
Hope this helps!
Dan
no I was asking about rotating axis value I found my solution but thanks
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.