[Rivet-svn] r2329 - trunk/doc

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Sun Mar 14 14:31:51 GMT 2010


Author: hoeth
Date: Sun Mar 14 14:31:49 2010
New Revision: 2329

Log:
make-plots documentation: added examples of color definitions

Modified:
   trunk/doc/make-plots.txt

Modified: trunk/doc/make-plots.txt
==============================================================================
--- trunk/doc/make-plots.txt	Sat Mar 13 23:02:37 2010	(r2328)
+++ trunk/doc/make-plots.txt	Sun Mar 14 14:31:49 2010	(r2329)
@@ -326,7 +326,10 @@
 LineColor=<color>
 --------------------
 Color of the line. Default is black, but any color that pstricks understands
-can be used, including constructions like `red!70!blue!20`.
+can be used, including constructions like `red!70!blue!20` (for mixing colors),
+`{[rgb]{0.8,0,0.7}}` (for RGB-colors), `{[wave]{580}}` (for wavelengths in
+nm), `LineColor={[cmyk]{1,1,0,0}}` for CMYK-colors, or `[hsb]{0.5,1,1}` for
+HSB-colors.
 
 --------------------
 LineWidth=<width>
@@ -358,6 +361,7 @@
 --------------------
 To fill the area below a histogram, set `FillStyle` and `FillColor` to
 something pstricks understands. Examples for the style are `solid` or `vlines`.
+See `LineColor` for examples of color definitions.
 
 --------------------
 HatchColor=<color>
@@ -378,7 +382,8 @@
 ErrorBands=<0|1>
 ErrorBandColor=<color>
 --------------------
-Turn on error bands and set their color.
+Turn on error bands and set their color (see `LineColor` for a description
+of color definitions).
 
 --------------------
 PolyMarker=<dotstyle>


More information about the Rivet-svn mailing list