-
# Problem
Graphviz produces very spread out images when laying out medium to large functions. Please see this SVG image.
[findParentsWithEdges.zip](https://github.com/rgleichman/glance/files/694526/…
-
| --- | --- |
| Bugzilla Link | [577032](https://bugs.eclipse.org/bugs/show_bug.cgi?id=577032) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Nov 03, 2021 07:10 EDT |
| Modified | Nov…
-
The Visual Editor seems to have a layout bug when displaying HTML-like labels that contain spaces after tags. This source:
```dot
graph g {
n [label=];
}
```
Renders as:
![image](https://gi…
-
It would be awesome to extend Rerun’s data model to include graphs ([node-link relationships](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics))), because it would allow more advanced use cas…
grtlr updated
1 month ago
-
Just a tracker to implement this in the future. If anyone has ideas, comment below.
Task list:
- [x] Horizontal:
![image](https://user-images.githubusercontent.com/37698908/126911323-badf8378-…
-
```
It still would be nice to have some graph layout algorithms in this library.
```
Original issue reported on code.google.com by `techtonik@gmail.com` on 17 Apr 2011 at 12:02
-
@trilinos/tpetra
Greetings Everyone,
Is there a Tpetra type (or other package with a similar distributed type) that can serve as a dense matrix using Layout Right? In theory the multivector type cou…
-
An algorithm that computes new coordinates for nodes on their horizontal axis. Design a criterion for the placement such that the game position is clear, e.g. long near-horizontal edges are avoided. T…
-
**Describe the bug**
When using the node expansion feature the user defined layout is reverted to a default preset layout (I think it is the "cose" layout from cytoscape).
**To Reproduce**
Steps …
-
Add two new settings `isDefault: boolean` and `inherit: boolean` for controlling inheritance of cumulative values:
```js
// pages/+config.js
import { Layout } from './Layout'
export default …