This is the gnuplot commands from a shell script (from the Hannon Lab), and I would like to port the plotting part to Ruby using the rgplot gem, but I fail getting the syntax right. set boxwidth 0.75 absolute set size 1,1 set style fill solid 1.00 border -1 set xlabel \"read position\" set title \"Nucleotides distribution $TITLE\" set ylabel \"% of total (per read position)\" set key outside right
