Skip to content

Commit eee99f4

Browse files
committed
copyright author info
1 parent e912694 commit eee99f4

15 files changed

+49
-0
lines changed

.DS_Store

0 Bytes
Binary file not shown.

layout_quality_measurement/.DS_Store

0 Bytes
Binary file not shown.

layout_quality_measurement/crossings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
4+
15
# import math
26
import networkx as nx
37

layout_quality_measurement/crossings_old.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
14
import math
25
import networkx as nx
36

layout_quality_measurement/graphconverter/dot2txt.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
14
import networkx as nx
25
from networkx.drawing.nx_agraph import read_dot as nx_read_dot
36

layout_quality_measurement/graphconverter/gml2dot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
14
import sys
25
import os
36

layout_quality_measurement/labelsmeas.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
4+
15
import networkx as nx
26

37
import math

layout_quality_measurement/metricscomputer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
4+
15
import sys
26
import os
37

layout_quality_measurement/neigh_pres_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
4+
15
import sys
26
import os
37

layout_quality_measurement/neighbors_preservation.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#Author
2+
#Felice De Luca
3+
#https://github.com/felicedeluca
4+
15
import pygraphviz as pgv
26
import networkx as nx
37
import math

0 commit comments

Comments
 (0)