Skip to content

Commit

Permalink
updated plot
Browse files Browse the repository at this point in the history
  • Loading branch information
fdarthen authored Mar 28, 2023
1 parent c13d460 commit 06b0795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxaminer/reduceDims.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def compute_pca(cfg):
create_heatmap(cfg, pca, data.columns[1:], plot_template)
create_scree_plot(cfg, pca, plot_template)
create_bar_plot(cfg, pca, plot_template)
create_3d_biplot(cfg, pca, components, data.columns[1:], plot_template)
#create_3d_biplot(cfg, pca, components, data.columns[1:], plot_template)

write_contrib_report(cfg, pca, data.columns[1:])
write_pca_summary(cfg, pca, data.columns[1:])
Expand Down

0 comments on commit 06b0795

Please sign in to comment.