[evince] Display output from gnuplot



I have the simple test case for ubuntu 11.04 distribution:

graph.gp file
-----------------------------------------------------
set terminal postscript enhanced
set output "graph.ps"
set logscale y
set xrange [0.0:90.0]
set yrange [0.001:1.000]
set xlabel "Zenith Angle [degrees]"
set ylabel "Transmitted Radiance"
plot [0.0:90.0] "001.data" using 1:2 title "{/Symbol t}=0.05" smooth
csplines
-----------------------------------------------------

001.data file
-----------------------------------------------------
10.24 0.00608
23.36 0.00636
36.23 0.00673
48.54 0.00736
60.00 0.00855
70.25 0.01104
78.85 0.01676
85.30 0.03179
89.09 0.06449
------------------------------------------------------

version of gnuplot

	G N U P L O T
	Version 4.4 patchlevel 2
	last modified Wed Sep 22 12:10:34 PDT 2010
	System: Linux 2.6.38-8-generic

	Copyright (C) 1986-1993, 1998, 2004, 2007-2010
	Thomas Williams, Colin Kelley and many others

	gnuplot home:     http://www.gnuplot.info
	faq, bugs, etc:   type "help seeking-assistance"
	immediate help:   type "help"
	plot window:      hit 'h'


--------------------------------------------

evince document viewer version 2.32.0 as distributed
with ubuntu 11.04


Hope this helps and I hope that it is not my error.
With the first two lines removed from the graph.gp
file, the gnuplot program works as advertised and
with the two lines in the graph.ps output file 
shows to be postscript.

thanks in advance,

chuck adams
chuck adams k7qo gmail com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]