dot

Filter for drawing directed graphs.

help me please.

I think that my setting(Path) is perfect in protege. but I cant use OWLViz in protege.
when I have clicked the OWL Viz tab, error occur.

Error 1 Logged at Wed Feb 20 14:50:39 KST 2013
TokenMgrError: Lexical error at line 1, column 58. Encountered: "." (46), after : ""
uk.ac.man.cs.mig.util.graph.layout.dotlayoutengine.dotparser.DotParserTokenManager.getNextToken(DotParserTokenManager.java:626)
uk.ac.man.cs.mig.util.graph.layout.dotlayoutengine.dotparser.DotParser.jj_ntk(DotParser.java:450)

simple graph worked in 2.29 but not since 2.30

Hi,

I installed release 2.30 a few days ago and I juste isalled 2.31.20130218.

The following simple exemple is not renderred whereas it was with a old 2.29 I installed 1 year ago:

digraph "test " {
subgraph "cluster_2" {
3
4
}
subgraph "cluster_5" {
6
}
3 -> 6
3 -> 4
3 -> 6
4 -> 6
}

Note that it works if interverting 3 -> 4 and 3 -> 6...
Very strange, and not very cool as it worked with a previous version.

Do I need to open a bug or is this a known issue ?

Thanks

Edge labels below the edge

Hi all, is it possible in graphs an edge label below the edge as well as above it?
Like this: http://people.engr.ncsu.edu/efg/210/s99/Notes/fsm/horner.gif

My objective is to have the edge label above state a condition, and the label below an action.

I tried using xlabel, but the placement and overlapping is not as I intended (tried to correct it though, bu without luck).

Thank you for any help.

Cluster attribute 'id' in dot?

I'm playing around with a compiled javascript version of Graphviz (viz.js).

The dot language looked more web2.0 as I thought it would.
But, I was wondering why there is chosen for clusters not being able to set an 'id'?

The svg 'id' attribute is ideal for usage as a reference back to its original (non-graphvizualized (<-this should be a word :)) object.

All node shape are not available on windows pack?

Hi,

If i try to use "promoter" as shape for my node, i have a double box in output instead of promoter ...
Do i need to integrate something more in my script? Or in my command line?
I use the 2.30 version of graphviz for Windows.

my script (essai.dot):

digraph a {
a [shape=promoter];
}

lgn cmd:
dot -Tsvg -oD:\essai.svg "D:\essai.dot"

Tank you for your help, and these tools !

Sc.

Allign edge labels to fit its path in SVG output

Dear Dev Team,

I have always missed the feature to be able to have edge label aligned to edge path ...

How to generate raw SVG output without HTTP headers?

I use Image_Graphviz library to dynamically generate SVG output with PHP. I need this SVG to be part of an existing HTML document. But methods image() and fetch() both send HTTP headers. I just need the raw SVG part generated into DIV element. How to make such a raw SVG output without HTTP headers (!DOCTYPE ...) ?

graph.dll not found after windows installation

Hi,

i installed graphviz-2.28.0.msi on my windows 7 System (VS C++ 200,2010 redist.), but when running dot.exe i got the message that the graph.dll is missing.

What can i do?
Where can i find the dll to install or did i miss some settings?

Thanks
Erik

Display it on a webpage?

Hi,

I'm new to this software.

QUESTION:

How can I display a graph on a webpage ?

A simple basic standard way. How can I?

Thank you for your help and support !

Repetitive call of render command leads to strange rendering behavior in script bindings

Hi all,

I have been using Graphviz version 2.20.2 on a Linux machine in form of the tcl bindings, i.e. the Tcldot and gv packages.

If I create a network and call the tk render function once at the end, everything works fine.

Recent comments

Syndicate content