Kotlin/kotlindl

Title of plot not fully readable

b0n541 opened this issue · 3 comments

When I run the LeNetMnistVisualization from the examples module

https://github.com/Kotlin/kotlindl/blob/master/examples/src/main/kotlin/examples/visualization/LeNetMnistVisualization.kt

the title of the plot is not fully displayed. One can't read the predicted label:

image

It would be better to introduce a line break instead of the pipe symbol between the real and predicted label.

I would like to fix this issue.

This is how it would look like:

image

@b0n541 looks nice, a PR would be very welcome!