# HG changeset patch # User Rik # Date 1278008123 25200 # Node ID 5faf6832855a535b69f6bcd9311b204dea798740 # Parent 14af8004945d212a4964d75c2612381affae7ea8 refcard.tex: Fix italic macro typo for stem. diff -r 14af8004945d -r 5faf6832855a doc/ChangeLog --- a/doc/ChangeLog Wed Jun 30 21:07:18 2010 -0700 +++ b/doc/ChangeLog Thu Jul 01 11:15:23 2010 -0700 @@ -1,3 +1,7 @@ +2010-07-01 Rik + + * refcard/refcard.tex: Fix italic macro typo for stem. + 2010-06-28 Rik * refcard/refcard.tex: Fix typos in refcard (bug #30260). diff -r 14af8004945d -r 5faf6832855a doc/refcard/refcard.tex --- a/doc/refcard/refcard.tex Wed Jun 30 21:07:18 2010 -0700 +++ b/doc/refcard/refcard.tex Thu Jul 01 11:15:23 2010 -0700 @@ -938,7 +938,7 @@ loglog ({\it args})&2D plot with logarithmic axes\cr bar ({\it args})&plot bar charts\cr stairs ({\it x}, {\it y})&plot stairsteps\cr -stem ({\it x}, {it y})&plot a stem graph\cr +stem ({\it x}, {\it y})&plot a stem graph\cr hist ({\it y}, {\it x})&plot histograms\cr contour ({\it x}, {\it y}, {\it z})&contour plot\cr title ({\it string})&set plot title\cr