Difference between revisions of "User:Rfs/Other Scratch Page"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
  <gnuplot>
 
  <gnuplot>
 
set terminal jpeg
 
set terminal jpeg
set output '/server/home/ryan52/projects/fg/fgdb.rb/tmp/tmp/tmp.MhmSfkyfip'
+
set output 'Blah'
 
set notitle  
 
set notitle  
 
set ylabel ''
 
set ylabel ''

Revision as of 17:15, 17 January 2009

<gnuplot>

set terminal jpeg set output 'Blah' set notitle set ylabel set xlabel set xtic rotate by 90 set xtics ("2008-Q1" 2008.0, "2008-Q2" 2008.25, "2008-Q3" 2008.50, "2008-Q4" 2008.75, "2009-Q1" 2009.0) plot '-' title 'Suggested' with linespoints, '-' title 'Fees' with linespoints, '-' title 'Total' with linespoints 2008.0 7.75 2008.25 7.73 2008.50 7.27 2008.75 6.55 2009.0 36.25 ee 2008.0 8.73 2008.25 8.74 2008.50 7.64 2008.75 7.83 2009.0 7.0 ee 2008.0 16.48 2008.25 16.47 2008.50 14.92 2008.75 14.38 2009.0 43.25

</gnuplot>