chemicalchecker.util.plot.ccstatsplot.CCStatsPlot

class CCStatsPlot(cc, width=30, height=30, dpi=70, transparent=True, save=True, save_format='png', save_dir='./')[source]

Bases: object

CCStatsPlot class.

Initialize a CCStatsPlot instance.

The plotter works on data precomputed mainly using diagnostics.

Args:

cc (ChemicalChecker): A ChemicalChecker object.

Methods

available

Resume of possible plots.

correlations

matrices

moa_validations

plot_all

Run all plots reported in the 'available' table.

save

available()[source]

Resume of possible plots.

plot_all()[source]

Run all plots reported in the ‘available’ table.