pretty-print-confusion-matrix icon indicating copy to clipboard operation
pretty-print-confusion-matrix copied to clipboard

Returning figure object to calling program

Open lukasValentin opened this issue 3 years ago • 1 comments
trafficstars

It would be very helpful to get back the figure object created in the pp_matrix() function, e.g., for saving the figure or embedding it elsewhere using custom code. Therefore, I added the return fig statement in the aforementioned function. This will not change the default behavior of the function but increase its flexibility and usability.

lukasValentin avatar Mar 21 '22 09:03 lukasValentin

With this PR also #1 might be resolved

lukasValentin avatar Mar 21 '22 09:03 lukasValentin