Skip to content

Instantly share code, notes, and snippets.

@vtraag
Created July 23, 2015 13:01
Show Gist options
  • Save vtraag/88d7d06fec6200d32421 to your computer and use it in GitHub Desktop.
Save vtraag/88d7d06fec6200d32421 to your computer and use it in GitHub Desktop.
# Create horizontal line from axis border to axis border.
\draw[thick,color=black]
({axis cs:0,1}-|{rel axis cs:0,0}) --
({axis cs:0,1}-|{rel axis cs:1,0});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment