-
I'm running into some cases where dot is failing to render graphs and in some cases, it actually causes javadocs to fail completely for a module. As a work around I've experimented with using graphiz'…
-
**Is your enhancement proposal related to a problem? Please describe.**
For spi-nor driver CONFIG_SPI_NOR_SFDP_RUNTIME=y setings gives support of configure the serial device according to sfdp records…
-
### 🚀 The feature, motivation and pitch
There are 183 files with `# mypy: ignore-errors`
we should remove them all
### Alternatives
_No response_
### Additional context
_No response_
cc @ezya…
-
I'm currently trying to do the same as in Python:
```
sfdp -x -Goverlap=scale -Tpng ./assets/graph.dot > ./assets/data.png
```
But I can't figure out how to pass `-G` flag
-
from flashrom:
```
flashrom v1.2 on Linux 4.19.72-gentoo-9e (x86_64)
flashrom is free software, get the source code at https://flashrom.org
flashrom was built with libpci 3.5.6, GCC 9.3.0, lit…
-
Hello,
I'm using S25FL127S which does not support uniform 4k erase.
Library correctly reports via SFDP that flash chip does not supports uniform 4k erase, but it sets `erase_gran` and `erase_gra…
-
Please update the Graphviz package and compile it with triangulation support.
Currently, sfdp runs with an error message
"Error: remove_overlap: Graphviz not built with triangulation library"
-
The source code uses sfdp library for graph coarsening, but the paper is about the graph coarsening methods proposed by yourself. Is there any corresponding implementation?
-
### Description of the issue
it then just gives up and plots it as a square....
-
GraphViz has support for the following layouts: dot, neato, fdp, sfdp, twopi, circo.
Could it be possible to allow the DotGraph object to be configured with an optional layout style?