Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99002113
laiton.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
Sat, Jan 18, 09:20
Size
813 B
Mime Type
text/x-tex
Expires
Mon, Jan 20, 09:20 (2 d)
Engine
blob
Format
Raw Data
Handle
23687595
Attached To
rSTICAZZI yearII_reports
laiton.tex
View Options
\begin{tikzpicture}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel={$U_x$ [\si{\volt}]},
xmin = -4.2, xmax = 4.2,
title = {Brass},
legend style =
{
at = {(0.95, 0.75)},
anchor = east
},
%cycle list name = color,
grid style = dashed,
ymajorgrids = true
}
\begin{axis}
[
ylabel={$U_y$ [\si{\volt}]},
ymin = -0.01, ymax = 0.01
]
\addplot
[
mark = x,
smooth,
color = orange,
only marks,
mark options = {
draw = orange,
fill = none
}
]
gnuplot [raw gnuplot] {
plot "outs/laiton.dat" using 1:2;
};
\addplot
[
mark = none,
dashed,
color = black,
domain = -4.2:4.2
] {0.001534*x - 0.000071};
\end{axis}
\end{tikzpicture}
Event Timeline
Log In to Comment