Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created August 23, 2017 13:01
Show Gist options
  • Save Liam0205/94a5d1b5283688a02a432b8c7d200f7c to your computer and use it in GitHub Desktop.
Save Liam0205/94a5d1b5283688a02a432b8c7d200f7c to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw[domain = 0:2.2, smooth, variable=\x, blue, samples = 221]
plot ({\x}, {sqrt(\x)})
node[anchor = west] {$ y = \sqrt x $};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment