Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103566074
lu_size.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Mar 3, 01:06
Size
1 KB
Mime Type
text/x-tex
Expires
Wed, Mar 5, 01:06 (2 d)
Engine
blob
Format
Raw Data
Handle
24575868
Attached To
rCOMPPHYS Computational physics
lu_size.tex
View Options
\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
% insert xlabel name
xlabel={{$N$ []}},
%xmin = 16, xmax = 40,
%legend columns = 2,
legend style =
{
at = {(0.05, 0.95)},
anchor = north west,
%/tikz/column 2/.style={
% column sep=5pt,
%},
nodes={scale = 1.0, transform shape}
},
cycle list name = exotic,
grid style = dashed,
ymajorgrids = true,
% custom entry
legend image with node/.style={
legend image code/.code={%
\node[#1, circle, fill, anchor=center, inner sep=1.7pt] at (0.3cm,0cm) {};
}
},
clip mode = individual,
minor x tick num = 4,
minor y tick num = 4
}
\begin{axis}
[
% ylabel name
ylabel={$\abs*{T - T_{matlab}}$ []}, % TODO units
%ymin = 0, ymax = 0.4
]
\pgfplotstableread{output/lu_size.out}\infile
\addplot+
[
]
table [x = N, y = diffL] {\infile};
\addlegendentry{$T = L$}
\addplot+
[
]
table [x = N, y = diffU] {\infile};
\addlegendentry{$T = U$}
\addplot+
[
]
table [x = N, y = diffP] {\infile};
\addlegendentry{$T = P$}
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment