file - gnuplot unable to output images -


i tried following code , expected image sequence produced, when ran it, no files generated.

reset set terminal png size 640, 480 set dummy x  [i=1:12] {     set output sprintf('sumofsinusoids.%03.0f.png', i)     plot sin(x) } 

i suspect plot function creating problem.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -