| Date: | Wed, 3 Sep 2008 11:44:53 +0200 |
| Reply-To: | Andre Wielki <wielki@INED.FR> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Andre Wielki <wielki@INED.FR> |
| Subject: | Re: SAS Graph resolution in Powerpoint |
|
| In-Reply-To: | <200809021839.m82GWCjC008807@malibu.cc.uga.edu> |
| Content-Type: | text/html; charset=ISO-8859-1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jonas,<br>
For producing separated graphic files outside any ods context, it is a
solution but with limits<br>
(not verified yet in 9.2 as Sas has implemented a serie of new true
type fonts)<br>
see also TS674<br>
<br>
1)the availables fonts are sas fonts and only a narrow list of hard
fonts:<br>
helvetica timesroman courier symbol and zapfdingbats and their
variation<br>
<br>
2) more goptions are usually needed : vsize and hsize by example<br>
<br>
3)office 1997!!! ten years old <span class="moz-smiley-s3"><span> ;-) </span></span>
the more recent drivers are cgmofmp and cgmpfml<br>
<br>
Andre<br>
<br>
Jonas Bilenas a écrit :
<blockquote cite="mid:200809021839.m82GWCjC008807@malibu.cc.uga.edu"
type="cite">
<pre wrap="">On Tue, 2 Sep 2008 10:35:47 -0400, Susie C Y Li <a class="moz-txt-link-rfc2396E" href="mailto:susie.li@BOEHRINGER-INGELHEIM.COM"><susie.li@BOEHRINGER-
INGELHEIM.COM></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello,
I wonder if there is anyway to sharpen the SAS Graph output resolution once
imported (cut and pasted) into Powerpoint.
As of now, the SAS created charts or graphs look fine in SAS, but fuzzy in
Powerpoint.
Susie C Li
</pre>
</blockquote>
<pre wrap=""><!---->
I find the cgm drivers generate better graphs to import into POWERPOINT.
For a landscape plot:
filename gout '.';
goptions reset=all
device=cgmOF97L gsfname=gout gsfmode=replace ftext=swiss;
For a portrait plot:
filename gout '.';
goptions reset=all
device=cgmOF97P gsfname=gout gsfmode=replace ftext=swiss;
Jonas Bilenas
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="110">--
André WIELKI
INED (Institut National d'Etudes Démographiques)
Service Informatique
133 Boulevard Davout 75980 Paris Cedex 20
mél : <a class="moz-txt-link-abbreviated" href="mailto:wielki@ined.fr">wielki@ined.fr</a> tél : 33 (0) 1 56 06 21 54 </pre>
</body>
</html>
|