File size: 248 Bytes
43ec909
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import { plotClusters } from './clusters'
import { init_ablation_plot } from './plotting'


document.addEventListener("DOMContentLoaded", () => {
    console.log("DOMContentLoaded");
    plotClusters();
    init_ablation_plot();
}, { once: true });