home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / graphics / gnuplot / 382 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.1 KB  |  42 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!stanford.edu!ames!nsisrv!spso!reddy
  3. From: reddy@spso.gsfc.nasa.gov (Jagan Reddy)
  4. Subject: X11 gnuplot . gnuplot aborted. Help ?
  5. Message-ID: <reddy.721931495@spso>
  6. Summary: need help on gnuplot x11
  7. Keywords: gnuplot x11
  8. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  9. Nntp-Posting-Host: spso.gsfc.nasa.gov
  10. Organization: Goddard Space Flight Center
  11. Date: Mon, 16 Nov 1992 16:31:35 GMT
  12. Lines: 28
  13.  
  14. Hi,
  15.  
  16.     When I tried to run gnuplot x11 (3.2 ) version I god the
  17. following error.
  18. ld.so: warning: /usr/lib/libx11.so.4.2 has older revision than expected 10
  19. gnuplot: unable to open display '(null)'
  20. gnuplot: x11 aborted.
  21.  
  22.  
  23. How can I overcome this problem and after that how should I start x session
  24. for gnuplot.
  25. My current gnuplot commands script is:
  26.  
  27. set nokey
  28. set terminal tek40xx 
  29. #set nozeroaxis
  30. set title "ATMOS PLOT"
  31. set xlabel " Frequency (cm-1)" 
  32. set ylabel "log10 (Intensity (cm/mole)* 10E-24) " 
  33. plot [2.041000:149.623000] "out2.grf"  with lines 
  34. pause -1 'HIT RETURN TO CONINTUE'
  35. quit
  36.  
  37. Your help appreciated.
  38.  
  39. Thanks
  40. Jagan
  41.  
  42.