Tagged Questions
8
votes
1answer
330 views
pgfplots - Placing Nodes on x Coordinates of a Plot
I want to plot some graphs in pgfplots and want to place nodes on the exact same x coordinate of the plot. The position of the note has to be set in x direction but free in y direction.
Here is one ...
3
votes
1answer
192 views
Curve synthesis - Adding many (mostly piecewise linear) curves
It's a follow-up to a previous question. If I could have a macro out of the solution over there, it would have been great but then I couldn't make it.
The following code (to be added to the one in ...
9
votes
1answer
263 views
Curve synthesis - Adding two curves to get another one
Case 1:
Let's say I have a few coordinates (A), (B), (C), (W), (X), (Y), and (Z) (possibily obtained through intersection, rotation, and whatnots).
I draw two piecewise linear curves through (A), ...