Skip to content

Commit 376eaa3

Browse files
author
Kevin Jedelhauser
committed
lattice linegraph
1 parent a79629c commit 376eaa3

14 files changed

Lines changed: 234 additions & 505 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ buildNumber.properties
114114
*.csv
115115
*.ser
116116
patches/*
117-
/.venv/
117+
.venv/
118118

119119
/error
120120
examples/

lattice/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.gv

lattice/createGraph.gv.pdf

5.21 KB
Binary file not shown.

lattice/graph1.gv

Lines changed: 0 additions & 77 deletions
This file was deleted.

lattice/graph1.ps

-15.2 KB
Binary file not shown.

lattice/rank_same.gv

Lines changed: 0 additions & 18 deletions
This file was deleted.

lattice/rank_same.gv.pdf

-5.84 KB
Binary file not shown.

lattice/task.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,20 @@ lattice referenziert die patterns und beschreibt die subgraph relation zwischen
66
## Open questions?
77

88
- Was ist T?
9-
- Sind Lattices vs Subgraphs verbuggt?
9+
- Sind Lattices vs Subgraphs verbuggt?
10+
11+
## 1.4.22
12+
1. NODER_PARSER in Z. 247 in renderLineGraph
13+
- fehlt hier ein "global NODER_PARSER"?
14+
- Variable wird nicht übrschrieben?
15+
- <https://thispointer.com/python-how-to-use-global-variables-in-a-function/>
16+
17+
2. Hierarche von Teilgraphen nicht
18+
- https://graphviz.org/docs/attrs/rank/
19+
- https://graphviz.org/Gallery/undirected/fdpclust.html
20+
- http://www.graphviz.org/pdf/dot.1.pdf
21+
- https://graphviz.readthedocs.io/en/stable/examples.html
22+
23+
Interessante Seiten:
24+
- https://causalnex.readthedocs.io/en/latest/03_tutorial/03_plotting_tutorial.html
25+
- https://pygraphviz.github.io/documentation/stable/pygraphviz.pdf

lattice/test.gv

Lines changed: 0 additions & 18 deletions
This file was deleted.

lattice/testing/graph1.ps

-15.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)