plot now autoscales

master
Alessandro Mauri 4 years ago
parent d9cd04a52a
commit ce20f534f7
  1. 4
      plot

@ -1,6 +1,6 @@
#!/usr/bin/gnuplot -c #!/usr/bin/gnuplot -c
set yrange [0:] set yrange [0:*]
set xrange [0:] set xrange [0:*]
plot ARG1 u 2:1 with lines smooth bezier plot ARG1 u 2:1 with lines smooth bezier
pause ARG2 pause ARG2
reread reread

Loading…
Cancel
Save