home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / sasl / 3476 < prev    next >
Encoding:
Text File  |  1992-07-29  |  2.3 KB  |  66 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!LOBBY.TI.COM!RSNYDER
  3. X-Mailer: ELM [version 2.2 PL16]
  4. Message-ID: <9207292040.AA27560@ti.com>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Wed, 29 Jul 1992 15:40:32 CDT
  7. Reply-To:     "R. Snyder" <rsnyder@LOBBY.TI.COM>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. From:         "R. Snyder" <rsnyder@LOBBY.TI.COM>
  10. Subject:      Re: Target device option in SAS-GRAPH
  11. Comments: To: murthy@GENE.COM
  12. Comments: cc: sas-l@uga.cc.uga.edu
  13. In-Reply-To:  <9207291714.AA16523@ti.com>; from "Smitha Krishnamurthy" at Jul
  14.               29, 92 10:07 am
  15. Lines: 49
  16.  
  17. Smitha Krishnamurt Writes:
  18. >
  19. >  I am using SAS version 6.07 and trying run SAS-Graph using the new
  20. >  graphics option targetdevice along with device option
  21. >  so that I could preview the graphics output on my X-Windows terminal and
  22. >  then send it to the printer(laser line printer).
  23. >  Unfortunately it is neither displaying the graph nor routing it to the
  24. >  printer. Could someone please help me.
  25. >
  26. >  BTW the following g-options are used in my program:
  27. >
  28. >   filename temp "grph.gsf";
  29. >   goptions device= xcolor
  30. >            targetdevice=ps300
  31. >            gaccess=gsasfile
  32. >            display
  33. >            prompt
  34. >            ftext=swissx
  35. >            gsfmode=rotate
  36. >            gsfname=temp
  37. >            ;
  38. > first I am using gplot procedure and then feeding the output to  greplay to
  39. > replay the graphs in four different positions. Answers will be appreciated.
  40. >
  41. > thanks.
  42. > smitha.
  43. >
  44.  
  45. Smitha,
  46.  
  47. I read Paul Oldenkamp's reply to your question and generally agree. I set up
  48. my printer driver a bit defferently, however.
  49.  
  50. Gprotocol:SASGPSTD
  51. Gaccess:sasgastd>lj400raw -onb  {This is the printer name and a no banner
  52.                                  option. SAS generates the UNIX Command
  53.                                  "lp -dlj400raw -onb".}
  54. <Other stuff left blank>
  55.  
  56. Devtype:PRINTER
  57.  
  58. With this setup I'm able to view a graph in a window (device=xcolor) and then
  59. print form the graphics window pull down menu (command line). The targetdevice
  60. value at the time the graph was created automatically routes the printout.
  61.  
  62. I noticed that you have used the gasfile option to generate a graphics stream
  63. file. I don't think it will interfere but it may be redundant.
  64.  
  65. Bob Snyder, Texas Instruments, Sherman, TX
  66.