I used the png instead of PNG, however it encountered with the following instructions:
gnuplot> set term png size 480,640
Terminal type set to 'png'
Options are 'nocrop enhanced size 480,640 font "/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf,12" '
I
wrote the other commands as follows in order to see the results,
however, the results are shown in the terminal as unrecognized
characters.
set xlabel 'x'
set ylabel 'y'
set zlabel 'z'
set xyplane 0
splot [-0.7:0.7][-0.7:0.7]'bubble.19' u 3:5:4 w l t ''
I cannot find my mistake, I really appreciate your help.
Best regards,
Nader