|
From: Utayba M. <ut...@gm...> - 2007-09-18 20:00:14
|
Hi, I am trying to plot multiple data files to a cgm file so that I can include it in a MS document. In gnuplot terminal I type: set terminal cgm set output 'output_file_name.cgm' plot "first_data_file" with lines replot "second_data_file" with lines when I load the cgm output file in MS word, only the first data file shows up in the plotting. I noticed that the cgm output file size increases as I re-plot the second data file, however it only shows what was plotted with the "plot" command. Does anyone know why this is happening? Is there a solution? By the way, when I set the terminal as x11 I can see all data file plots on the figure!!!!! I would appreciate all help to solve this... Regards, |