Belle II Software development
|
Public Member Functions | |
def | add (self, data, columns, *masks) |
def | finish (self) |
Plots multivariate distribution using TSNE algorithm
Definition at line 1154 of file plotting.py.
def add | ( | self, | |
data, | |||
columns, | |||
* | masks | ||
) |
Add a new correlation plot. @param data pandas.DataFrame containing all data @param columns which are used to calculate the correlations @param masks different classes to show in TSNE
Reimplemented from Plotter.
Definition at line 1159 of file plotting.py.
def finish | ( | self | ) |
Sets limits, title, axis-labels and legend of the plot
Reimplemented from Plotter.
Definition at line 1180 of file plotting.py.