MOTHBALLED-graphviz icon indicating copy to clipboard operation
MOTHBALLED-graphviz copied to clipboard

Moved to https://gitlab.com/graphviz/graphviz

Results 101 MOTHBALLED-graphviz issues
Sort by recently updated
recently updated
newest added

Ported Issue from Mantis Original ID: 2562 **_Referenced Attachment is only available in the original Mantis DB**_ Reported By: [email protected] SEVERITY: CRASH Submitted: 2015-07-26 20:18:52 OS: UBUNTU OS BUILD: 3.13.0-32-GENERI...

Hello, the following `dot` code ``` html strict graph { node [label="\N",shape=none]; pack [label=< >]; } ``` compiled with `dot -Tpng g.dot -o g.png` produces this output, as expected: ![g...

Has anyone used Graphviz to produce railroad diagrams from BNF? I do turn the BNF into a tree using [Graphviz via Perl](https://savage.net.au/Perl-modules/html/marpax.grammar.graphviz2/) but that's not quite what I want. On...

Why the rename of the repository into ![image](https://user-images.githubusercontent.com/1030961/30905473-30a989fe-a375-11e7-80d2-73e7f4cf1273.png) ?

Executing the "dot.exe test_not_ok.dot" command results in the following error message: **Error: syntax error in line 8** However, executing the "dot.exe test_ok.dot" command results in no error. The difference between...

graphviz version 2.40.1 is installed as a macos high sierra brew bottle application. Running SchemaSpy.jar with -renderer :quartz causes the "dot" command to crash. ## **Following is the output for...

I'm writing application code that does some graph computations before lay-outing anything. I create subgraph structures to do these computations and manipulations. This often has the following form: 1. Create...

It is stated in the CGraph manual that the library is not threadsafe. To what extent is this true? Suppose a graph structure has been created. If then multiple threads...

The following graph gives a segfault when doing a dot layout. (tested with windows 7) ```dot digraph "Graph 76b00d8f-11c3-463d-ad26-29f5d68c9008" { graph [ nodesep=0.03 ]; node [ shape=point ]; subgraph "rank-target"...

Ported Issue from Mantis Original ID: 1487 Reported By: Stephan Hennig SEVERITY: MINOR Submitted: 2008-11-18 05:00:00 OS: _-_-* VERSION: 2.20.3 ## DESCRIPTION Symptom: Zooming into the output of the attached...