- #1
andresordonez
- 68
- 0
Hi, I have a major problem with gnuplot, this is what happens:
gnuplot> plot "results.data" using 1:2 with lines
works fine, but when I want to make another plot like:
gnuplot> plot "results.data" using 1:3 with lines
the plot window freezes and when I try to close it says something like "the window id:0 is not responding" and I have to force quit.
My OS is ubuntu 9.10 (karmic koala)
I booted ubuntu 9.10 from a USB, installed gnuplot and had no problems, so I guess the problem has something to do with my configuration. Any ideas?
Thanks
gnuplot> plot "results.data" using 1:2 with lines
works fine, but when I want to make another plot like:
gnuplot> plot "results.data" using 1:3 with lines
the plot window freezes and when I try to close it says something like "the window id:0 is not responding" and I have to force quit.
My OS is ubuntu 9.10 (karmic koala)
I booted ubuntu 9.10 from a USB, installed gnuplot and had no problems, so I guess the problem has something to do with my configuration. Any ideas?
Thanks