From 4d00ca091181ec8983d6f488850724dd4588dd3f Mon Sep 17 00:00:00 2001 From: Gert Ingold Date: Sat, 21 Apr 2007 19:35:55 +0000 Subject: [PATCH] corrected incorrect "correction" git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2867 069f4177-920e-0410-937b-c2a4a81bcd90 --- faq/pyxfaq.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/pyxfaq.tex b/faq/pyxfaq.tex index 00a72998..c867f4f0 100644 --- a/faq/pyxfaq.tex +++ b/faq/pyxfaq.tex @@ -408,7 +408,7 @@ $(x_\mathrm{max},y_\mathrm{max})$ of the triangle and a value between 0 and 1 determining the color via a \PyX{} color palette. The following code gives an idea of how to proceed: \begin{progcode} -g.plot(graph.data.file("datafile.dat"), xmin=1, xmax=2, ymin=3, ymax=4, color=5,\\ +g.plot(graph.data.file("datafile.dat", xmin=1, xmax=2, ymin=3, ymax=4, color=5),\\ ~~~~~~~[graph.style.rect(color.palette.ReverseRainbow)]\\ ~~~~~~)\\ g.dodata() -- 2.11.4.GIT