|
From: Jon <dev...@gm...> - 2012-05-07 15:05:19
|
Thanks, Tait, I think I mistakenly remembered it to be "set term table" but actually it is "set table". One thing is that it has on website http://t16web.lanl.gov/Kawano/gnuplot/plot3d-e.html which seems to me a pretty popular one for getting tips on using gnuplot, has used "set term table" as an example, which has added up to my confusion. Is there anything you might comment on? Thanks again, Sincerely, Jon On Mon, May 7, 2012 at 3:55 AM, Tait <gnu...@t4...> wrote: > > Dear All, > > > > I try to use term table, but gnuplot complains the following, > > ... > > Can you help me solve this issue? I do need table terminal to help make > > sure whether data extracted are the correct data to plot. > > There is no table terminal. There is a "set" option to generate output > as a table instead of the normal terminal output. This is "set table" > and you can read about it with "help table". Although, perhaps table > as a terminal would make more sense than the current system. > > > |