Add missing x/y/z axis titles to various logger report

Changed report_surface arguments
This commit is contained in:
allegroai
2019-10-27 00:32:05 +03:00
parent 1e15b3c3fa
commit 00e66b5d63
4 changed files with 29 additions and 17 deletions

View File

@@ -694,7 +694,7 @@ First [get the current logger](#get-the-current-logger) and then use it (see an
**Method**:
```python
def report_surface(self, title, series, matrix, iteration, xlabels=None, ylabels=None, xtitle=None, ytitle=None, camera=None, comment=None)
def report_surface(self, title, series, matrix, iteration, xlabels=None, ylabels=None, xaxis=None, yaxis=None, camera=None, comment=None)
```
**Arguments**:
@@ -784,7 +784,7 @@ def report_surface(self, title, series, matrix, iteration, xlabels=None, ylabels
</td>
</tr>
<tr>
<td>xtitle
<td>xaxis
</td>
<td>string
</td>
@@ -804,7 +804,7 @@ def report_surface(self, title, series, matrix, iteration, xlabels=None, ylabels
</td>
</tr>
<tr>
<td>ytitle
<td>yaxis
</td>
<td>string
</td>