From 0830278b04854a51d6b122d4bd55891585b3145d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 9 Dec 2019 20:40:24 +0100 Subject: =?UTF-8?q?L=C3=A4gg=20till=20tidsrapporteringsgrafer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dokument/projektkonferens/figures.tex | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Dokument/projektkonferens/figures.tex (limited to 'Dokument/projektkonferens/figures.tex') diff --git a/Dokument/projektkonferens/figures.tex b/Dokument/projektkonferens/figures.tex new file mode 100644 index 0000000..e25f70b --- /dev/null +++ b/Dokument/projektkonferens/figures.tex @@ -0,0 +1,29 @@ +\documentclass{standalone} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{pgfplots, pgfplotstable} +\pgfplotsset{scaled y ticks=false} + +\renewcommand{\familydefault}{\sfdefault} +\usepackage[cm]{sfmath} + +\begin{document} + +\begin{figure} + \begin{tikzpicture} + \begin{axis} [width=32em, height=24em, ymin=1, ymax=10800, xmin=0, xmax=12.2, + xtick={1,2,...,12}, xticklabels={38,39,...,49}, every axis plot/.append + style={thick}, ytick={0,1200,...,9600}, yticklabels={,,}, axis y line*=right] + % yticklabels={,20,40...,160} + \addplot+ [mark=none] table [col sep=comma, x index=0, y index = 1] {time.csv}; + \addplot+ [mark=none] table [col sep=comma, x index=0, y index = 2] {time.csv}; + \addplot+ [mark=none] table [col sep=comma, x index=0, y index = 3] {time.csv}; + \addplot+ [mark=none] table [col sep=comma, x index=0, y index = 4] {time.csv}; + \addplot+ [mark=none] table [col sep=comma, x index=0, y index = 5] {time.csv}; + % \addplot+ [red, domain=0:16, mark=none] {7200}; + \end{axis} + \end{tikzpicture} +\end{figure} + +\end{document} -- cgit v1.2.1