Skip to content

Instantly share code, notes, and snippets.

@mnorkin
Created June 11, 2011 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mnorkin/40b38e12c57aaf56c384 to your computer and use it in GitHub Desktop.
Save mnorkin/40b38e12c57aaf56c384 to your computer and use it in GitHub Desktop.
\begin{figure}[H]
\centering
\begin{tikzpicture}
\begin{axis}[
width=500pt,
height=200pt,
grid=major,
xlabel={Kontrastas, \%},
ylabel={Bendras laikas, ms},
]
\plot file {tables/table_1.dat};
\end{axis}
\end{tikzpicture}
\caption{Pirmas monitrius. Atsakomumo laikas, priklausomai nuo LCD monitoriaus parametrų.}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment