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

https://github.com/ellson/MOTHBALLED-graphviz/blob/ac239f71ea9f807590505e6862cebe50e992e271/lib/sparse/DotIO.c#L445 Good afternoon. I noticed in your code that the file is being generated, the filename is predictable and you are not setting the file permissions. this can be used...

[testtransafe.txt](https://github.com/ellson/MOTHBALLED-graphviz/files/1331067/testtransafe.txt) Hello! I have been using DOT for about 3 years and never ran across anything like this. I have a relatively simple drawing that gives me the following warning...

When executing neato.exe with certain input data, neato.exe crashes. I tried it on two systems, one being Windows 7 x64 and one being Windows 10 x64. On the Windows 7...

It seems like dot.exe fails silenty, although the output of the verbose switch (-v) doesn't show any error: ``` $ dot graph_bierverkostung.dot -Tsvg -o test.svg -v dot - graphviz version...

If I compile the following .dot file (which I've minimised as much as I can): ``` digraph G { V4 V0 V2 subgraph cluster_0 { V3 V1 } subgraph cluster_1...

Ported Issue from Mantis Original ID: 475 Reported By: Dag Lem SEVERITY: MINOR Submitted: 2004-09-09 14:05:34 OS: X86-LINUX-2.4.26 (FEDORA CORE 1) VERSION: 1.15 2004-09-09 ## DESCRIPTION neato/circo/twopi don't display cluster...

Ported Issue from Mantis Original ID: 1984 Reported By: rebecca SEVERITY: MINOR Submitted: 2010-11-01 12:40:39 OS: POWERPC-WINDOWS-WINDOWS 7 VERSION: 2.27.20101029.0445 ## DESCRIPTION the installer has encountered an unexpected error installing...

I ran autogen, then configured as such: ``` ./configure --prefix=/home/erik --enable-perl=no ``` `make` fails with the following error: ``` ../../lib/cgraph/.libs/libcgraph.so: undefined reference to `aglexeof' ../../lib/cgraph/.libs/libcgraph.so: undefined reference to `aaglex' ../../lib/cgraph/.libs/libcgraph.so:...

Hi, I got a error message in using sfdp command of graphviz, "Error: remove_overlap: Graphviz not built with triangulation library", but the dot,fdp ,etc are ok. version: 2.41.338 platform: win7...

Apologies if posting here is inappropriate. This has also been posted at https://gitlab.com/graphviz/graphviz/issues/1431. I've developed a web application for interactive visual editing of graphs described in the DOT language that...