Tagged Questions
2
votes
0answers
19 views
node at sloped path and/or not respecting every path/.style [duplicate]
I'm producing a schematic Nyquist plot, and I want to create an arc between the x-axis and a straight line, which should be denoted PM (phase margin). I use the intersections library to find the ...
5
votes
2answers
70 views
How do I use scopes to apply a style to nodes inside a path?
I want to use nodes inside a single path, in order that I might position one relative to another using the ++(x,y) notation.
However, a scope that I want to use to style the nodes only styles the ...
7
votes
1answer
774 views
TikZ: text along path as node
I'm using the decorations library to put bended text along a path. That works fine. However, I'd like to have the bended text as a node, so that I can later use it as a reference (for instance to draw ...
5
votes
1answer
118 views
How to build a trail of nodes from a path?
What I want:
where the yellow line is the path to be transformed. The points inside the yelow line are the nodes after processing.
The only way I found to do this is the intersection between a ...
5
votes
2answers
229 views
Increase the bending distance of a ``to`` path in TikZ
I have problem with an small graph. The path between the node J and B should to the right of node I.
Is there a way to do this?
\documentclass[11pt]{article}
\pagestyle{empty}
\usepackage{tikz}
...
7
votes
1answer
1k views
Drawing paths/nodes along a path in Tikz
I would like to draw a collection of nodes / paths. However, I'm too lazy to position them manually, I would like to specify their position along a given path. How can I do that?
Here a picture of ...
