Skip to content

Instantly share code, notes, and snippets.

@SmashedFrenzy16
Created April 3, 2022 17:01
Show Gist options
  • Save SmashedFrenzy16/6abacf97b57d7e4d0a1983baa562346d to your computer and use it in GitHub Desktop.
Save SmashedFrenzy16/6abacf97b57d7e4d0a1983baa562346d to your computer and use it in GitHub Desktop.
Sample data for a table/graph made in TeX!
\documentclass[a4paper, 12pt]{article}
\begin{document}
\title{Sample Data}
\author{SmashedFrenzy16}
\date{\today}
\maketitle
\section{Introduction}
This is sample data.
\section{X axis}
\subsection{Title: Independent Variable}
1, 2, 3, 4, 5, 6, 7, 8, 9, 10
\section{Y axis}
\subsection{Title: Dependent Variable}
100, 435, 555, 666, 667, 876, 897, 899, 1000, 1200
\section{Conclusion}
This is the conclusion.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment