I am creating a box plot with discrete x axis. I need to apply format to the x-axis value.
How can I achieve this ?
Did you try formatting the value?
format x_axis_variable myformat.;
No I mean what options to use within proc template to apply format to x-axis if x axis is discrete.
@Leo9 wrote:
No I mean what options to use within proc template to apply format to x-axis if x axis is discrete.
Well, how about you explain a little more about what you're trying to accomplish?And what you've tried so far and what isn't working.
I assumed you were using SGPLOT or BOXPLOT.
FORMAT is one of the statements supported by any display procedure.
If you are using a graph template the easiest thing to test would be to add the
Format xaxisvariable customformat. ; to the SGRENDER procedure call.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
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.
Ready to level-up your skills? Choose your own adventure.