submodule update: reporting

time-shift
Houtan Bastani 2017-01-09 16:14:55 +01:00
parent f3af328cb8
commit 12b8a915e9
2 changed files with 6 additions and 2 deletions

View File

@ -13563,6 +13563,7 @@ specific row can be overridden by using the @ref{tableRowColor} option to
@item showHlines, @code{BOOLEAN} @item showHlines, @code{BOOLEAN}
Whether or not to show horizontal lines separating the rows. Default: @code{false} Whether or not to show horizontal lines separating the rows. Default: @code{false}
@anchor{precision}
@item precision, @code{INTEGER} @item precision, @code{INTEGER}
The number of decimal places to report in the table data. Default: @code{1} 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 @end defmethod
@anchor{addSeries} @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 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 to graphs begin with `@code{graph}' while options specific to tables begin with
`@code{table}'. `@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 The color to use when marking Table data that is less than
zero. Default: @code{`red'} 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} @anchor{tablePosColor}
@item tablePosColor, @code{LATEX_COLOR} @item tablePosColor, @code{LATEX_COLOR}
The color to use when marking Table data that is greater than The color to use when marking Table data that is greater than

@ -1 +1 @@
Subproject commit 19ddc69ca430f3fa6afdb5588ebda7baced29302 Subproject commit ac6a420a28feeb68b43a8fdb7a6ea9e0bec0b7ae