# HG changeset patch # User Rik # Date 1278008123 25200 # Node ID 5faf6832855a535b69f6bcd9311b204dea798740 # Parent 14af8004945d212a4964d75c2612381affae7ea8 refcard.tex: Fix italic macro typo for stem. diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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 --git a/doc/refcard/refcard.tex b/doc/refcard/refcard.tex --- a/doc/refcard/refcard.tex +++ b/doc/refcard/refcard.tex @@ -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