Skip to content
Snippets Groups Projects
Commit a63a9305 authored by David Hrbáč's avatar David Hrbáč
Browse files

Module matrix monospace clusters

parent 941a24dd
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ for m,i in sorted(counts.items()):
b = split[1]
if split[0] <> prev:
software[a] = {}
software[a][b] = c[i]
software[a][b] = '`' + c[i] + '`'
prev = a
#print software.items()
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment