File:Tikz Tutorial - nodes coordinates.svg

Summary

Description
English: Placing nodes at labeled coordinates
Date
Source Own work
Author KlasN
SVG development
InfoField

Source code

The logo of LaTeX – document markup language
The logo of LaTeX – document markup language
This media was created with LaTeX (document markup language)Category:Images with LaTeX source code
Here is a listing of the source used to create this file.

Deutsch  English  +/−

\documentclass{article}
\usepackage{tikz}

\begin{document}
\begin{tikzpicture}
\path (0,0) node(x) {} 
      (3,1) node(y) {};
\draw (x) -- (y);
\end{tikzpicture}
\end{document}

Licensing

KlasN, the copyright holder of this work, hereby publishes it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Tikz%20Tutorial%20-%20nodes%20coordinates.svgCategory:Self-published work
Category:LaTeX
Category:CC-BY-SA-4.0 Category:Images with LaTeX source code Category:LaTeX Category:Self-published work Category:Valid SVG created with LaTeX