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

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
set xlabel ''
 
set xlabel ''
 
# set xtic rotate by -90
 
# set xtic rotate by -90
# set xtics (2000.1 "2000.1", 2001.1 "2001 Q1", 2002.1 "2002 Q1", 2003.1 "2003 Q1", 2004.1 "2004 Q1", 2005.1 "2005 Q1", 2006.1 "2006 Q1", 2007.1 "2007 Q1", 2008.1 "2008 Q1", 2009.1 "2009 Q1")
+
# set xtics (2000.1 "2000 Q1", 2001.1 "2001 Q1", 2002.1 "2002 Q1", 2003.1 "2003 Q1", 2004.1 "2004 Q1", 2005.1 "2005 Q1", 2006.1 "2006 Q1", 2007.1 "2007 Q1", 2008.1 "2008 Q1", 2009.1 "2009 Q1")
 +
set xtics ("A" 2000.1, "B" 2001.1, "C" 2002.1, "D" 2003.1, "E" 2004.1, "F" 2005.1, "G" 2006.1, "H" 2007.1, "I" 2008.1, "J" 2009.1 )
 
plot '-' title 'Suggested' with linespoints
 
plot '-' title 'Suggested' with linespoints
 
2000.1 0.0
 
2000.1 0.0

Revision as of 15:35, 17 January 2009

<gnuplot>
  set output 'quadFuncs.png'

set terminal png set notitle set ylabel set xlabel

  1. set xtic rotate by -90
  2. set xtics (2000.1 "2000 Q1", 2001.1 "2001 Q1", 2002.1 "2002 Q1", 2003.1 "2003 Q1", 2004.1 "2004 Q1", 2005.1 "2005 Q1", 2006.1 "2006 Q1", 2007.1 "2007 Q1", 2008.1 "2008 Q1", 2009.1 "2009 Q1")

set xtics ("A" 2000.1, "B" 2001.1, "C" 2002.1, "D" 2003.1, "E" 2004.1, "F" 2005.1, "G" 2006.1, "H" 2007.1, "I" 2008.1, "J" 2009.1 ) plot '-' title 'Suggested' with linespoints 2000.1 0.0 2000.2 0.0 2000.3 0.0 2000.4 2.17 2001.1 3.75 2001.2 3.77 2001.3 2.48 2001.4 6.54 2002.1 3.36 2002.2 3.93 2002.3 5.27 2002.4 5.09 2003.1 5.41 2003.2 5.99 2003.3 5.23 2003.4 7.4 2004.1 9.48 2004.2 11.77 2004.3 8.47 2004.4 10.87 2005.1 8.68 2005.2 9.92 2005.3 8.17 2005.4 7.65 2006.1 7.43 2006.2 9.4 2006.3 8.19 2006.4 9.46 2007.1 9.2 2007.2 8.32 2007.3 7.53 2007.4 8.37 2008.1 7.75 2008.2 7.73 2008.3 7.27 2008.4 6.55 2009.1 36.25

</gnuplot>