To use xsys & ysys = '2', I think you need to have an actual chart, so that you have an axis for your coordinates to be inside. In your case, I'd just use xsys & ysys = '3', and use Proc Gslide (I always use that for a 'blank' page, instead of Proc Ganno - just my personal preference). When I change to the following ... retain xsys '3' ysys '3' hsys '3' ; proc gslide anno=yoyo; run; I get your custom-drawn bar chart as follows:
... View more