|
From: Bastian M. <bma...@we...> - 2014-04-19 05:41:47
|
Am 18.04.2014 23:38, schrieb Tatsuro MATSUOKA: > Hello > For caca terminal on gnuplot.exe (windows console binary), plot command leads to closing a command line console and opening a graph windows (actually it is another windows console.) Of course, pressings 'q' or 'Q' key closes the plot window and recover the command line console. > > However, for example on the linux, plot command leads to opening a new graph windows. > On linux gnuplot works on the terminal, while gnuplot.exe on windows works on the windows console. I feel that the behaviors on the linux and on the windows are not consistent. > Shrug. The behaviour really depends on the libcaca driver. On Linux, 'gl' and 'x11' open a new window, whereas 'slang' and 'ncurses' don't. Windows console mode gnuplot just uses the console window which is already available. Bastian > For gnuplot.exe, cannot a another console be opened to represent a plot? > > Regards > > Tatsuro > |