|
From: Auguste P. <au...@gm...> - 2010-08-19 12:27:01
|
hi, i am using gnuplot to plot a series of point data from a file. the file is generated by a program containg "%d %d\n" each line, %d means an integer number. and then i use the following line to plot the points: gnuplot -p -e "set size ratio -1; plot '/path/to/the/generated/file' using 1:2 with points notitle;" sometimes, not always, gnuplot hangs and i have to force quit it. i have the following error message from console: (<unknown>:7842): IBUS-WARNING **: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. The application '<unknown>' lost its connection to the display :0.0; most likely the X server was shut down or you killed/destroyed the application. is this a bug in gnuplot or am i using it wrong? thank you for your kind attention and look forward to your reply. best regards, yours, |