BookmarkSubscribeRSS Feed
dpa
Obsidian | Level 7 dpa
Obsidian | Level 7

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

2 REPLIES 2
DanH_sas
SAS Super FREQ

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

dpa
Obsidian | Level 7 dpa
Obsidian | Level 7

no I was asking about rotating axis value I found my solution but thanks

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1140 views
  • 1 like
  • 2 in conversation