|
From: Leonardo L. G. <leo...@gm...> - 2005-07-11 18:51:02
|
Hello, I'm new user to gnuplot, so far I've thanked god it exists several= =20 times. Anyhow, I must plot a graph from a file to a .png, I've got all the command= s=20 right, but it apparently creates a .png file that crashes Windows Explorer= =20 and Internet Explorer. Here are the values that generated such graph: 29.94011976047904 32.0 30.120481927710845 16.0 30.303030303030305 2.0 They are exactly like that in the source file, I have no idea what's going= =20 on, is it because there are too many numbers after the dot thing? If then,= =20 what's the maximum i can put? (It did generate files with that much numbers= =20 after the dot in previous occasions) I'm trying to know why that happens, so far I've figured it isn't lack of= =20 disk space, nor previous files conflicts. Please help me out here... here are the exact commands I used for that, the file it calls, is the one = I=20 described just seconds ago. reset set terminal png medium size 600,400 set output=20 'H:\homewin\30pcento\FLI_Traffic\Traffic1\Out\relatorios\Images\Throughput1= 0- 5.png' set title "Latency Distribution Origin =3D 10 Destination =3D 5" set xlabel "Throughput" set ylabel "Number of packets" plot=20 'H:\homewin\30pcento\FLI_Traffic\Traffic1\Out\relatorios\dat\GraphThroughpu= t10- 5.vloh' using ($1):($2) t "" with linespoints 5 5 And since I'm here, i should also suggest that they warn people that=20 gnuplot won't create the folders for the output file if they doesn't exist,= =20 thus, won't create the file at all. Thanks for the attention! |