The plot(trj, verbose = TRUE) option adds some text to the trajectory plot; however, the text can extend outside of the node rectangles or be cut off with ellipses (...) in the case of log_() messages longer than 10 characters. For example:

Is there a way to reduce font size, increase node rectangle width, and display the entire log messages? I'm assuming these are DiagrammeR options that could be exposed via the simmer.plot API?
Thanks!
The plot(trj, verbose = TRUE) option adds some text to the trajectory plot; however, the text can extend outside of the node rectangles or be cut off with ellipses (...) in the case of log_() messages longer than 10 characters. For example:

Is there a way to reduce font size, increase node rectangle width, and display the entire log messages? I'm assuming these are DiagrammeR options that could be exposed via the simmer.plot API?
Thanks!