Is it possible to render multiple plots within a single node in Code Workbooks?

138 Views Asked by At

In each node, I had had multiple visualizations for that model. Currently only that last one is shown. Is it possible to display the multiple plots for a node?

1

There are 1 best solutions below

0
On

Code Workbook will only display the last plot produced. In order to display multiple plots as an output, you need to combine them into a single plot by using subplots.