|
From: Lutz M. <lut...@gm...> - 2011-06-22 00:37:17
|
On Jun 21, 2011, at 5:15 PM, Jan Simon wrote: > Using set term pdf, plot data and replot f(x) gives me an output only > with data, f(x) is missing. Using two separate plot commands (first plot, then replot) will generate two separate figures in the output file. On my system (gnuplot 4.4.3 on OS X) the above command generates a pdf file with two pages: the first contains a plot with only the data points, the second has both the data and the function. What happens if you plot the data and the line using just a single plot command? Lutz |