Skip to content

Commit 417ba02

Browse files
authored
Use tb_chart_type in docs (#118)
1 parent a29826a commit 417ba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/explicit_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See [TensorBoard Custom Scalar page](https://github.com/tensorflow/tensorboard/t
4444

4545
For example, to combine in the same plot panel the two curves logged under tags `"Curve/1"` and `"Curve/2"` you can run once the command:
4646
```julia
47-
layout = Dict("Cat" => Dict("Curve" => ("Multiline", ["Curve/1", "Curve/2"])))
47+
layout = Dict("Cat" => Dict("Curve" => (tb_multiline, ["Curve/1", "Curve/2"])))
4848

4949
log_custom_scalar(lg, layout)
5050

0 commit comments

Comments
 (0)