Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121821803
testmydft.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, Jul 14, 04:13
Size
1 KB
Mime Type
text/x-tex
Expires
Wed, Jul 16, 04:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27396569
Attached To
rCOMPPHYS Computational physics
testmydft.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 9cm,
xlabel=
{
$
N
$
[]
}
,
%xmin = 5, xmax = 46,
legend style =
{
at =
{
(0.05, 0.95)
}
,
anchor = north west,
nodes=
{
scale=1, transform shape
}
}
,
%cycle list name = color,
grid style = dashed,
ymajorgrids = true,
minor x tick num = 4,
%minor y tick num = 4,
clip mode = individual
}
\pgfplotstableread
{
output/testmydft.out
}
\infile
\begin
{
loglogaxis
}
[
ylabel=
{
$
\Delta
t
$
[
\si
{
s
}
]
}
,
%ymin = -1.5, ymax = 1.5
]
\addplot
[
mark = none,
color = orange,
domain = 30:16400,
on layer = background,
samples = 150
]
{
x
^
2.0008 * exp(-15.1540)
}
;
\addlegendentry
{
Fit:
$
\propto
x^
2
$
}
\addplot
[
%mark = *triangle,
mark = *,
color = black,
only marks,
mark options =
{
fill = blue
}
,
on layer = foreground,
]
table [x = N, y = T]
{
\infile
}
;
\end
{
loglogaxis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment