Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • see examples in tikz manual: 14.7 the arc operation, pp 152 -- 153 (for version 3.0.0). Commented May 18, 2014 at 16:57
  • @Zarko I have looked to the manual and read many other question. But all are about arc between two point defined by polar coordinates. It's not the case with me. Commented May 18, 2014 at 17:02
  • If it doesn't have to be part of a circle, you could do e.g. \draw (0,0) to[bend left=45] (2,0);. Commented May 18, 2014 at 17:20
  • You can't really set the radius with that simple notation, it's not a circular arc but a bezier curve (I think). So it's very limited. Commented May 18, 2014 at 17:36
  • @TorbjørnT. Ok.Do you know to fit all my diagram inside a rectangle? Doing \node [rectangle, opacity=0.2, fill=blue, fit=(client)(serveur),]{}; doesn't work. Commented May 18, 2014 at 18:10