Tagged Questions
4
votes
1answer
487 views
How do I draw an arc between two lines in pgfplots using axis cs
I would like to draw an arc between to lines in a pgfplots picture using axis cs. My first attempt is as follows:
\documentclass[12pt,a4paper]{article}
\usepackage{pgfplots}
...