Dear localghost,
Thank you very much for the reply.
Your solution works indeed!
However, I came across yet another problem.
The solution does not work for self-loops.
Do you have any idea? :)
I have attached the code below.
You can un-comment the hard coded values in order to see what result is ...
Search found 3 matches
- Thu Aug 25, 2011 6:02 pm
- Forum: Graphics, Figures & Tables
- Topic: Token on bent Edge
- Replies: 5
- Views: 3233
- Thu Aug 25, 2011 12:37 pm
- Forum: Graphics, Figures & Tables
- Topic: Token on bent Edge
- Replies: 5
- Views: 3233
Token on bent Edge
Dear Thorsten,
Thank you for your reply.
I will take care of your suggestion when I post the code next time.
Thanks for your solution.
I tried it out, however, the black circle is below the edge from C to A.
I want it exactly to be on the edge.
Hence I used the following solution.
I was wondering ...
Thank you for your reply.
I will take care of your suggestion when I post the code next time.
Thanks for your solution.
I tried it out, however, the black circle is below the edge from C to A.
I want it exactly to be on the edge.
Hence I used the following solution.
I was wondering ...
- Wed Aug 24, 2011 3:16 pm
- Forum: Graphics, Figures & Tables
- Topic: Token on bent Edge
- Replies: 5
- Views: 3233
Token on bent Edge
Dear Forum,
I am trying to make a data flow graph using tikZ package and related libraries.
\usetikzlibrary{arrows,automata,calc}
...
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2.0cm,thick]
\tikzstyle{every state}=[fill=white,draw=black,text=black]
\node[state] (A) {$A ...
I am trying to make a data flow graph using tikZ package and related libraries.
\usetikzlibrary{arrows,automata,calc}
...
\begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2.0cm,thick]
\tikzstyle{every state}=[fill=white,draw=black,text=black]
\node[state] (A) {$A ...