Wgraph:Commands f
a -
b -
c -
d -
e -
f -
g -
h -
i -
j -
k -
l -
m -
n -
o -
p -
q -
r -
s -
t -
u -
v -
w -
x -
y -
z
Show attributes for
node --
nodetype --
edge --
edgetype --
graph/subgraph --
all
| Command | Type | Default | Description | Context | aiSee manual |
Example |
|---|---|---|---|---|---|---|
fast_icons |
boolean |
no |
This option has no effect in Wgraph. |
graph |
||
fd_max |
unsigned integer |
300 |
Eine Option, die force directed Layout beeinflusst. |
graph, subgraph, node, nodetype, edge, edgetype |
||
fine_tuning |
boolean |
yes |
Durch no kann man etwas Rechenzeit sparen, allerings können dann ungewöhnlich / unnötig lange Kanten im Graphen vorhanden sein. |
graph, subgraph |
||
focus |
node name |
- |
Diese Option hat keine Auswirkung in Wgraph. |
graph |
||
font |
string (= filename in aisee/fonts) |
(vector font) |
By default letters are made of polygons. This works always but costs a lot of time and makes svg files quite large. It is highly recommended to use something like helvR10 as default font for all nodes and edges. |
graph, subgraph, node, nodetype, edge, edgetype |
||
fontname |
string (= filename in aisee/fonts) |
(vector font) |
This can be used instead of This command is an alias for font.. |
graph, subgraph, node, nodetype, edge, edgetype |
||
from |
string (node id) |
- |
normally this attribute will be set as a part of an edge definition ("edge A B {}" --> A is the 'from' attribute). But you can also set it explicitly ( "edge {from A to B}" ). "from" in Wgraph corresponds to the "source" of an edge in aiSee/GDL. |
edge |
||
f_straight_phase |
boolean |
no |
'yes' forces straight edges to corresponding positions at their source and target nodes. |
graph |