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

I'd like to contribute an output format that produces ASCII diagrams. However, I'm not really sure where to begin with the Graphviz codebase, or what to use as an example...

For the following graph the output is incorrect in both 2.38 and 2.40: ```digraph graph3 { subgraph cluster_0 { "Naming" "lily" } subgraph cluster_1 { "daughter" "speaker" } "daughter" ->...

A spline type can have multiple splines, according to http://www.graphviz.org/doc/info/attrs.html#k:splineType However, I have not been able to find an answer in the documentation to the following question: When and why...

Ported Issue from Mantis Original ID: 2573 Reported By: SNoiraud SEVERITY: MAJOR Submitted: 2015-10-11 11:02:47 OS: UBUNTU TRUSTY OS BUILD: 15.04 ## DESCRIPTION With the following source : ``` digraph...

I've developed a new plugin for D3, [d3-graphviz](https://github.com/magjac/d3-graphviz). I'd be honored if you would like to list it on your [Resources](http://www.graphviz.org/content/resources) page. The plugin is based on [Viz.js](https://github.com/mdaines/viz.js) and adds:...

https://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model#Cardinalities ![image](https://user-images.githubusercontent.com/2719310/29148000-7c8d3dd8-7d1f-11e7-9e91-2caf5074f6af.png)

This seems to be a bug. The edge from (6,2) to (2,3) should be drawn left to (3,6). This would avoid the crossings. Here is the drawing: ![proc](https://user-images.githubusercontent.com/30180062/28940169-12ffab6a-7894-11e7-9396-b8d2e6eb7d7a.png) Here is...

I use such a command to create a graph: "C:\Program Files (x86)\Graphviz 2.41.20170804.1243\bin\dot.exe" -Tsvg -O -Kdot "C:\graph\inputBeta.graphviz" Here is the input file: https://drive.google.com/open?id=0B0qHye1mDIyyZnFhcGVmYURDeG8 The issue is that dot.exe runs many...

Is there away to increase this buffer or specify in somewhere?

Sorry for posting this here, but I could not find any other way to contact anyone on Graphviz. I've been trying for the last two days to register at the...