Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[table]{beamer}
- \usepackage{pgfplots}
- \usepackage{tikz}
- \usepackage{emoji}
- \usepackage{array}
- \usepackage{xcolor}
- \usetikzlibrary{positioning}
- \begin{document}
- \begin{frame}
- Text
- \begin{tikzpicture}
- \begin{axis}[]\addplot coordinates {(0,1) (0,2)};
- \end{axis}
- \end{tikzpicture}
- \end{frame}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment