I am using this code:
title1 "&Title."; proc sgplot data=WORK.TempGraphData; density X / type=normal lineattrs=(color=red) legendlabel='Bla'; density Y / type=normal lineattrs=(color=blue) legendlabel='Bla'; histogram X / transparency=0.75 fillattrs=(color=red) legendlabel='Bla'; histogram Y / transparency=0.75 fillattrs=(color=blue) legendlabel='Bla'; keylegend / location=outside position=bottom; xaxis label="Normal Curves"; run;
but the 2 histograms' bin sizes appear to be very different. can I force the rendering to use the same bin sizes in both diagrams?
Use the binwidth= option as described at the bottom of the blog post here:
http://blogs.sas.com/content/iml/2014/08/25/bins-for-histograms.html
you mean the width of the bins right? 🙂
Use the binwidth= option as described at the bottom of the blog post here:
http://blogs.sas.com/content/iml/2014/08/25/bins-for-histograms.html
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.