CoursElectriciteMagnetisme/Gnuplot/script0.gp

7 lines
184 B
Plaintext
Raw Normal View History

2024-02-03 20:45:14 +01:00
set xrange [-0.2:2.2]
set yrange [-0.2:1.2]
set zeroaxis
plot "courbes.dat" u 1:3:(-0.1*$1/$3):(-0.1) with vectors head filled, \
"" u 1:3 with linespoints lc rgb "blue" ps 2
pause 10