Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. set title "Suwałki"
  2. set ytics
  3. set y2tics 0,25,100
  4. set grid ytics
  5. set xrange [0.5:12.5]
  6. set yrange [-20:20]
  7. set y2range [-100:100]
  8. set ylabel "temp. (°C)"
  9. set y2label "opady (mm)"
  10. set style fill solid
  11. set boxwidth 0.8
  12. set key off
  13. set xtics font "Arial,12"
  14. set term jpeg
  15. set output "suwalki.jpg"
  16. plot 'suwalki.txt' using 1:3 with boxes axes x1y2 lc rgbcolor "#4169E1",'suwalki.txt' using 1:4:xtic(2) with linespoints lc rgbcolor "#ff0000" linewidth 2 lt 1 pointtype 7