Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. 2.308E-05 5.397E-01 1.0E-09
  2. 2.318E-05 5.224E-01 1.0E-08
  3. 2.426E-05 5.029E-01 1.0E-07
  4. 4.012E-05 4.718E-01 1.0E-06
  5. 1.311E-04 4.155E-01 1.0E-05
  6. 3.751E-04 3.703E-01 1.0E-04
  7. 1.306E-03 3.197E-01 1.0E-03
  8.  
  9. plot "data.dat" w linespoint , '' with labels
  10.  
  11. set xlabel "My X Axes"
  12. set ylabel "My Y Axes"
  13. plot "data.dat" with linespoint lw 2 pt 11
  14. , '' with labels center offset 3.4,.5 notitle
  15.  
  16. < /tmp/dat awk '{print $1,$2,$2,$3}' | feedgnuplot --domain --style 0 'with lines' --style 1 'with labels' --rangesize 1 2 --set 'logscale x' --set 'logscale y'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement