home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.graphics.gnuplot
- Path: sparky!uunet!stanford.edu!ames!nsisrv!spso!reddy
- From: reddy@spso.gsfc.nasa.gov (Jagan Reddy)
- Subject: X11 gnuplot . gnuplot aborted. Help ?
- Message-ID: <reddy.721931495@spso>
- Summary: need help on gnuplot x11
- Keywords: gnuplot x11
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: spso.gsfc.nasa.gov
- Organization: Goddard Space Flight Center
- Date: Mon, 16 Nov 1992 16:31:35 GMT
- Lines: 28
-
- Hi,
-
- When I tried to run gnuplot x11 (3.2 ) version I god the
- following error.
- ld.so: warning: /usr/lib/libx11.so.4.2 has older revision than expected 10
- gnuplot: unable to open display '(null)'
- gnuplot: x11 aborted.
-
-
- How can I overcome this problem and after that how should I start x session
- for gnuplot.
- My current gnuplot commands script is:
-
- set nokey
- set terminal tek40xx
- #set nozeroaxis
- set title "ATMOS PLOT"
- set xlabel " Frequency (cm-1)"
- set ylabel "log10 (Intensity (cm/mole)* 10E-24) "
- plot [2.041000:149.623000] "out2.grf" with lines
- pause -1 'HIT RETURN TO CONINTUE'
- quit
-
- Your help appreciated.
-
- Thanks
- Jagan
-
-