-
Notifications
You must be signed in to change notification settings - Fork 8
plot
em812 edited this page May 11, 2021
·
2 revisions
Any plotting function that is consided reusable is included in this module within a descriptive filename. Generally, files in thus module should not contain more than one plotting task.
Function to plot a confusion matrix based on the true labels and the predictions from a classification task.
Plot trajectories of worms, based on data from featuresN files.
Functions available to the user:
- plot_well_trajectories
- plot_multiwell_trajectories
Function to do PCA and plot the decomposition in 2D or 3D with the option of coloring the points by group.
[...]