Hi All,
I want to plot large data valus on the yaxis (100,000,000 to 900,000,000). SGPLOT displays them as 2E8 - 8E8. How do I get it to display the actual value? I have tried applying a format (BEST12.0) and I have used the discrete option. The discrete option is OK, but I would prefer that the values displayed as (100,000,000 to 900,000,000 by 10,000,000). How do I do this?
Thanks!
Sarah
If you want the commas then format the variable with the format you want to show by default.
Format youryvariablename comma13.;
and to control the actual values used for the tick values such as
yaxis values= (100000000 to 900000000 by 100000000) ;
Use yaxis tickvalueformat=best20.; - PG
If you want the commas then format the variable with the format you want to show by default.
Format youryvariablename comma13.;
and to control the actual values used for the tick values such as
yaxis values= (100000000 to 900000000 by 100000000) ;
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.