Ḧi,
I'd like to draw a graph using the dot language that looks like a star ( a central node, wih all the other nodes with one link to this other node).
I've been googling around without finding much. Do you have a basic example ?
thanks
...
Hello everybody.
There is one thing I want to do in PowerPoint VBA.
I want to create two dots in the main window - dot A and dot B - by their given coordinates: for example, A (232, 464) and B (109, 567). I don't know how to do it in PowerPoint VBA. I know how to create a simple straight line. I use this macro code for that:
Sub Crea...
I'm creating a graph using Graphviz (compiled with neato). This graph contains many overlapping nodes which is perfectly fine. However, there is a group of large nodes which I prefer to always be on top of other small nodes - even-though I prefer to define the large nodes first in the graph (which makes them get painted at the very botto...
There is a small dot that keeps trailing the cursor on a Swing application as I move the cursor about over the application frame. What is causing this?
...
The following line is apparently written best in dot notation. I am trying to clean my JavaScript code to make it strict. What does it mean?
if (ie||ns6)
{
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : "";
}
I added some context to my line of code, in c...
In the DOT language for GraphViz, I'm trying to represent a dependency diagram. I need to be able to have nodes inside a container and to be able to make nodes and/or containers dependent on other nodes and/or containers.
I'm using subgraph to represent my containers. Node linking works just fine, but I can't figure out how to connect s...
Hi,
here is my .htaccess rules:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*)/(.*)$ index.php?var1=$1&item=$2&var2=%{REQUEST_URI} [NC,L]
RewriteRule ^(.*)$ index.php?var1=$1 [NC]
here is an url:
http://loc...
Hello there,
Is it correct if I say that
[anIstance aMethod];
is equivalent to
anIstance.aMethod; --?
If it is the case, what about methods which take one ore more parameters?
Does the following statement
[anIstance aMethod : aParameter];
have an equivalent dot notation?
I have tried with
anIstance.aMethod : aParameter;
...
How can I take the output of hg history and convert it into a dot file?
...
Hi all,
i would to remove all annotations from my mapview without the blue dot of my position, when i call:
[mapView removeAnnotations:mapView.annotations];
all annotations are removed....
in wich way can i check (like a for loop on all the annotations) if the annotation is not the blue dot annotation??
thanks in advance..
...
I've got to do up a state space graph for my AI course, and I was hoping to use GraphViz to make it (so much faster than Dia). The one thing I can't seem to figure out how to do is how to do an "And" connection, which is basically an arc between two lines connecting to the same node. Is this possible?
...
I am trying to draw a family tree with Dot and GraphViz.
This is what I currently have:
# just graph set-up
digraph simpsons {
ratio = "auto"
mincross = 2.0
# draw some nodes
"Abraham" [shape=box, regular=1, color="blue"] ;
"Mona" [shape=box, regular=1, color="pink"] ;
"Clancy" [shape=box, regular=1, color="blue"] ;
"Jackel...
Hello all,
What is the best replacement for ServerXMLHTTP30 in .NET 3.5. Is HttpWebRequest good candidate?
I am in the process of creating an application that will get a XML stream as a response to a request.
Appreciate any tips/help or guidence.
thank you.
--Ranjit
...
Hi,
How to change the size of edge in dot (graphviz)?
I would like to make some edges "bolded".
Thanks.
...
By default in Graphviz, edge labels are placed just to the right of the edge. I'm looking for a way to place the labels OVER the edge, centred on the edge. (It'll still be readable because I'm changing the colour of the edge).
Any ideas?
...
How can I add files starting with dot (hidden files) in git repo? Git seems to always ignore those.
When I type "git add .", dotfiles in GIT_DIR are added, but not from subdirectories. On the other hand, "git add subdir/.dotfile" won't work.
I tried "git add -f" and putting "!.*" in GIT_DIR/.git/info/exclude. No luck.
...
Present day usable solution:
Note that if you use an ide or an advanced editor, you could make a code template, or record a macro that inserts '->' when you press Ctrl and '.' or something.
Netbeans has macros, and I have recorded a macro for this, and I like it a lot :) (just click the red circle toolbar button (start record macro),t...
Hi,
I'm using graphviz (dot) to generate the graph you can see below. The node in the lower left corner (red ellipse) causes annoyance as its edges cross several edges of the adjacent node. Is there a way to restrain node placement to a certain area?
Thanks for your ideas
...
I'm trying to use graphviz on media wiki as a documentation tool for software.
First, I documented some class relationships which worked well. Everything was ranked vertically as expected.
But, then, some of our modules are dlls, which I wanted to seperate into a box. When I added the nodes to a cluster, they got edged, but clusters se...
Hi,
I have this project that it's due in a few hours and I still have a report to write... The project has nothing to do with Dot, but we were asked to draw a Graph with Dot, which I did.
It looks something like this:
http://img683.imageshack.us/img683/9735/dotj.jpg
The longer arrows represent smaller weights and the shorter arrows re...