_antoniobernardo
(90 punti)
1' di lettura
4 / 5 (3)
set terminal png medium size 480,480
set output "cicloide.png"
set parametric
set size ratio 1
set zeroaxis ls 1
set xrange [-6:6]
set yrange [0:12]
plot t-sin(t), 1-cos(t) notitle with line lc "black" lw 2
set output