diff --git a/doc/dynare.texi b/doc/dynare.texi index c6adf6f22..8d327be7d 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -13563,6 +13563,7 @@ specific row can be overridden by using the @ref{tableRowColor} option to @item showHlines, @code{BOOLEAN} Whether or not to show horizontal lines separating the rows. Default: @code{false} +@anchor{precision} @item precision, @code{INTEGER} The number of decimal places to report in the table data. Default: @code{1} @@ -13609,7 +13610,7 @@ with the same base name as specified by @ref{tableName} with the ending @end defmethod @anchor{addSeries} -@defmethod Report addSeries data, graphBar, graphBarColor, graphBarFillColor, graphBarWidth, graphFanShadeColor, graphFanShadeOpacity, graphHline, graphLegendName, graphLineColor, graphLineStyle, graphLineWidth, graphMarker, graphMarkerEdgeColor, graphMarkerFaceColor, graphMarkerSize, graphMiscTikzAddPlotOptions, graphShowInLegend, graphVline, tableDataRhs, tableRowColor, tableRowIndent, tableShowMarkers, tableAlignRight, tableNaNSymb, tableNegColor, tablePosColor, tableSubSectionHeader, zeroTol +@defmethod Report addSeries data, graphBar, graphBarColor, graphBarFillColor, graphBarWidth, graphFanShadeColor, graphFanShadeOpacity, graphHline, graphLegendName, graphLineColor, graphLineStyle, graphLineWidth, graphMarker, graphMarkerEdgeColor, graphMarkerFaceColor, graphMarkerSize, graphMiscTikzAddPlotOptions, graphShowInLegend, graphVline, tableDataRhs, tableRowColor, tableRowIndent, tableShowMarkers, tableAlignRight, tableNaNSymb, tableNegColor, tablePrecision, tablePosColor, tableSubSectionHeader, zeroTol Adds a @code{Series} to a @code{Graph} or a @code{Table}. NB: Options specific to graphs begin with `@code{graph}' while options specific to tables begin with `@code{table}'. @@ -13737,6 +13738,9 @@ Replace @code{NaN} values with the text in this option. Default: @code{NaN} The color to use when marking Table data that is less than zero. Default: @code{`red'} +@item tablePrecision, @code{INTEGER} +The number of decimal places to report in the table data. Default: the value set by @ref{precision} + @anchor{tablePosColor} @item tablePosColor, @code{LATEX_COLOR} The color to use when marking Table data that is greater than diff --git a/matlab/modules/reporting b/matlab/modules/reporting index 19ddc69ca..ac6a420a2 160000 --- a/matlab/modules/reporting +++ b/matlab/modules/reporting @@ -1 +1 @@ -Subproject commit 19ddc69ca430f3fa6afdb5588ebda7baced29302 +Subproject commit ac6a420a28feeb68b43a8fdb7a6ea9e0bec0b7ae