Created
April 9, 2015 11:53
-
-
Save okomarov/f3a72448c798920f9bc9 to your computer and use it in GitHub Desktop.
R2014a - 6da0553 - ACID(16)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% This file was created by matlab2tikz. | |
% | |
\documentclass[tikz]{standalone} | |
\usepackage{pgfplots} | |
\usepackage{grffile} | |
\pgfplotsset{compat=newest} | |
\usetikzlibrary{plotmarks} | |
\usepgfplotslibrary{patchplots} | |
\usepackage{amsmath} | |
\newlength\figureHeight \setlength{\figureHeight}{6cm} | |
\newlength\figureWidth \setlength{\figureWidth}{10cm} | |
\begin{document} | |
\begin{tikzpicture} | |
\begin{axis}[% | |
width=0.95092\figureWidth, | |
height=\figureHeight, | |
at={(0\figureWidth,0\figureHeight)}, | |
scale only axis, | |
separate axis lines, | |
every outer x axis line/.append style={black}, | |
every x tick label/.append style={font=\color{black}}, | |
xmin=0.000e+00, | |
xmax=1.200e+01, | |
every outer y axis line/.append style={black}, | |
every y tick label/.append style={font=\color{black}}, | |
ymin=0.000e+00, | |
ymax=1.200e+01, | |
axis background/.style={fill=white} | |
] | |
\addplot [color=blue,only marks,mark=*,mark options={solid},forget plot] | |
plot [error bars/.cd, y dir = both, y explicit] | |
table[row sep=crcr, y error plus index=2, y error minus index=3]{% | |
1.000e+00 1.000e+00 2.524e-01 1.656e-01\\ | |
2.000e+00 2.000e+00 3.938e-01 4.696e-01\\ | |
3.000e+00 3.000e+00 6.827e-02 4.187e-01\\ | |
4.000e+00 4.000e+00 3.087e-01 1.382e-02\\ | |
5.000e+00 5.000e+00 4.258e-01 2.197e-01\\ | |
6.000e+00 6.000e+00 1.803e-11 2.377e-01\\ | |
7.000e+00 7.000e+00 4.258e-01 2.197e-01\\ | |
8.000e+00 8.000e+00 3.087e-01 1.382e-02\\ | |
9.000e+00 9.000e+00 6.827e-02 4.187e-01\\ | |
1.000e+01 1.000e+01 3.938e-01 4.696e-01\\ | |
}; | |
\end{axis} | |
\end{tikzpicture}% | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment