BookmarkSubscribeRSS Feed
deleted_user
Not applicable
goptions reset = all dev=png target=png ftext="Courier New" colors=(black)
htext=11pt xmax=9.5in ymax=4.2in hsize=9.5in vsize=4.0in vpos=57 hpos=67 ;

axis1 length = 2.7in
order = (&vorder.)
offset = (0,1)
minor = none
label = none
;

log:
WARNING: The left vertical axis labeled mean was too large as specified. Specify LENGTH=1.8 INCH.

how to avoid this warning , ymax is already reach the maximum ?
thank you very much!
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
Hi:
Your best bet for resolving this problem may be to contact Tech Support, as they can look at ALL your code and advise you how to modify the code accordingly.

Good luck,
cynthia
hansi
Calcite | Level 5
Hi Mei,

Graphic options Xmax and Ymax are related with your external display devices (like printers...) and mostly reflect their limitations - paper size could be an example. Typically, the default dimensions of the graphics output area are the same as the dimensions of the device. This is usually true for display devices. For those devices, the default value of HSIZE and VSIZE is 0. However, for hardcopy devices, the XMAX, YMAX values represent the external boundaries of the output medium (such as a sheet of paper). If these devices need a margin, HSIZE, VSIZE and HORIGIN, VORIGIN are assigned default values and the default graphics output area is somewhat smaller than the device's display area.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 655 views
  • 0 likes
  • 3 in conversation