Open bizerfr opened 3 years ago
I have the same question.
Currently, the visualization modules are not returning the matplotlib figure, so I don't think it is possible with the included visualization modules. However, you could write your own visualization module with a minor change, e.g. add convert fig
variable to self.fig
, so that you should be able to access the MPL figure object directly from the visualization class instance.
HI,