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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -