For questions about calculating intersections using {tikz-pgf} or {pgfplots}, including PGF's `intersections` library.
2
votes
0answers
107 views
How to find intersections between line and rectangle with rounded corners
I'm trying to display a line "under" a rectangle. For this I tried using the intersections package, but somehow I the line doesn't stop:
\documentclass[a4paper]{article}
\usepackage{tikz}
...
1
vote
0answers
188 views
How to draw a curve in LaTeX
I'm using TeXworks and I'm trying to draw curves. I have to design a lot of different ones; I don't need the numbers, just basic shapes, and I will need to add straight lines over the curve to show ...