Created
July 23, 2015 13:01
-
-
Save vtraag/88d7d06fec6200d32421 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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