Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97217170
exp5.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
Fri, Jan 3, 13:10
Size
1 KB
Mime Type
text/x-tex
Expires
Sun, Jan 5, 13:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23356777
Attached To
rSTICAZZI yearII_reports
exp5.tex
View Options
\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 8cm,
width = \textwidth,
xlabel={Type of filter used (Nf means no filter)},
%xmin = 0.5, xmax = -0.15,
title = {Filtering},
legend style =
{
at = {(0.95, 0.95)},
anchor = north east,
font = \small
},
yticklabel style={/pgf/number format/fixed}
%grid style = dashed,
%ymajorgrids = true
}
\pgfplotstableread{data/exp5.dat}\datafile
\begin{axis}
[
ylabel={$I_{\gamma}$ [\si{\ampere}]},
ymin = 0, ymax = 0.26,
ybar = 2pt,
bar width = 4pt,
draw = black,
xtick = data,
flexible xticklabels from table={data/exp5.dat}{F}{col sep = space},
]
\addplot[fill = blue]
table [x expr = \coordindex, y = Ig_mono] {\datafile};
\addlegendentry{Mono-crystallin}
\addplot[fill = red]
table [x expr = \coordindex, y = Ig_poly] {\datafile};
\addlegendentry{Poly-crystal}
\addplot[fill = yellow]
table [x expr = \coordindex, y = Ig_amo] {\datafile};
\addlegendentry{Amorphous}
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment