Revision: 2867
http://svn.sourceforge.net/pyx/?rev=2867&view=rev
Author: gertingold
Date: 2007-04-21 12:35:55 -0700 (Sat, 21 Apr 2007)
Log Message:
-----------
corrected incorrect "correction"
Modified Paths:
--------------
trunk/pyx/faq/pyxfaq.tex
Modified: trunk/pyx/faq/pyxfaq.tex
===================================================================
--- trunk/pyx/faq/pyxfaq.tex 2007-04-21 19:32:45 UTC (rev 2866)
+++ trunk/pyx/faq/pyxfaq.tex 2007-04-21 19:35:55 UTC (rev 2867)
@@ -408,7 +408,7 @@
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()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|