Hello everybody,
I need to update a graph to be more readible . (see the graph in attachement).
I dont find a solution to reduce the font of the tickmark in X axis.
proc template;
define statgraph histogram;
begingraph;
layout lattice /columns=1 rows=2
rowdatarange=data columndatarange=union
rowgutter=3px columngutter=3px rowweights=(.80 .20);
layout overlay ;
barchart x=month / group=&grp_seas GROUPORDER=ascending INDEX=index1 name='bar' includemissinggroup=true ;
discretelegend 'bar' /across=1 border=true autoalign=(&posi) location=inside
;
endlayout;
layout overlay ;
scatterplot x=month y=season / name="season" includemissinggroup=true;
endlayout;
columnaxes;
columnaxis / display=(ticks tickvalues) tickvalueattrs=(size=3);
endcolumnaxes;
endlayout;
endgraph;
end;
run;
Is someone can help me?
Céline
Ok thank you.
regards
Céline
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.