sag:: option -sag-colorpartite

This commit is contained in:
Zeno Rogue
2025-12-04 23:38:10 +01:00
parent 5f6d1c3cba
commit 59a8bab6e6
+4
View File
@@ -462,6 +462,10 @@ int data_read_args() {
create_viz();
}
else if(argis("-sag-colorpartite")) {
colorpartite = true;
if(state & SS_DATA) prepare_graph();
}
else return 1;
#endif