From 79b33ca741df8f45804ad3c7af84e6536c9a19be Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 25 Sep 2013 15:26:49 +0200 Subject: [PATCH] reporting: doc bug fix --- doc/dynare.texi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 280695f76..6f32eb051 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -8460,7 +8460,7 @@ Whether or not to show vertical lines separating the columns. Default: @code{fal @end defmethod @anchor{addSeries} -@defmethod Report addSeries data, graphLineColor, graphLineStyle, graphLineWidth, graphMarker, graphMarkerEdgeColor, graphMarkerFaceColor, graphMarkerSize, tableShowMarkers, tableAlignRight, tableNegColor, tablePosColor, zerotol +@defmethod Report addSeries data, graphLineColor, graphLineStyle, graphLineWidth, graphMarker, graphMarkerEdgeColor, graphMarkerFaceColor, graphMarkerSize, tableRowColor, tableShowMarkers, tableAlignRight, tableNegColor, tablePosColor, zerotol Adds a @code{Series} to a @code{Graph} or a @code{Table}. @optionshead @table @code @@ -8489,6 +8489,10 @@ The face color of the graph marker. Default: @code{`auto'} @item graphMarkerSize, @code{DOUBLE} The size of the graph marker. Default: @code{6} +@item tableRowColor, @code{STRING} +The color that you want the row to be. Predefined values include +@code{LightCyan} and @code{Gray}. Default: @code{white}. + @item tableShowMarkers, @code{BOOLEAN} In a Table, if @code{true}, surround each cell with brackets and color it according to @ref{tableNegColor} and @ref{tablePosColor}. No effect @@ -8519,10 +8523,6 @@ The zero tolerance. Anything smaller than @code{zerotol} and larger than @code{-zerotol} will be set to zero before being graphed. Default: @math{1e-6} -@item tableRowColor, @code{STRING} -The color that you want the row to be. Predefined values include -@code{LightCyan} and @code{Gray}. Default: white. - @end table @end defmethod