You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/logger.md
+6
Original file line number
Diff line number
Diff line change
@@ -71,3 +71,9 @@ logger:plot()
71
71

72
72
73
73
If we'd like an interactive visualisation, we can put the `logger:plot()` instruction within the `for` loop, and the chart will be updated at every iteration.
74
+
75
+
In case we'd like to prevent `gnuplot` to display the plots, we can set the option `logger:display(false)`.
76
+
In this way, plots will be saved but not displayed.
77
+
To restore the normal behaviour, use `logger:display(true)`.
78
+
79
+
We can set a logarithmic *y* axis with `logger:setlogscale(true)` and reset it with `logger:setlogscale(false)`.
0 commit comments