Tagged Questions
3
votes
1answer
105 views
I want to create graph with nodes as in the image:
I wrote an example graph with \xymatrix - that's OK. I added circles with &*+[Fo], that's OK too. I added table inside first circle with \begin{tabular} - it is OK. But table needs to be rotated ...
4
votes
0answers
82 views
Heavy arrow tips for xy-pic
Arrows in xy-pic have narrow heads, but I need heavy tips for my graphs. I tried the follwoing arrow definition, but the tip of the arrow enters into the circle of graph node.
\documentclass{report}
...
3
votes
0answers
99 views
Wavy arrows in xy-pic
What method should I use, to draw beautiful wavy arrows.
So far I tried the following.
I use xy-pic package, there I use @{~>} definition for the arrow.
The code I've composed is like this:
...