Click here to see the SAS code.
Click here to see the example.
In this example, I use the kanji sas/graph software font
to produce the japanese characters. This allows me to
produce japanese characters in my graphs that I'm creating
with my english sas session.
For each line, I code in the desired hex characters that
correspond to the double-byte sas/graph software font
character, such as the following ...
if linetype eq 1 then jlinetype='95BD'x||'90AC'x||'8250'x||'8252'x||'944E'x;
Similarly, I also use hex codes in the titles and the
horizontal axis.
I also create a 'brown3d' ods template, to get the
bamboo-colored 3d frame around the graph.
Back to Samples Index