Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92360892
double_pot.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
Tue, Nov 19, 16:52
Size
933 B
Mime Type
text/x-tex
Expires
Thu, Nov 21, 16:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22430663
Attached To
rSTICAZZI yearII_reports
double_pot.tex
View Options
\begin
{
tikzpicture
}
\pgfplotsset
{
%scale only axis,
%scaled x ticks = base 10:2,
%height = 18cm,
width = 10cm,
xlabel=
{
$
x
$
}
,
xmin = -200, xmax = 200,
%title = {Aluminium},
legend style =
{
at =
{
(0.35, 0.95)
}
,
anchor = north west,
%nodes={scale=0.8, transform shape}
}
%cycle list name = color,
}
\begin
{
axis
}
[
ylabel=
{
$
V
(
x
)
$
}
,
ymin = 0, ymax = 0.09,
grid style = dashed,
ymajorgrids = true
]
\addplot
[
color = cyan,
smooth,
domain = -200:200,
mark = none
]
{
min(0.5 * 0.003
^
2 * (x - 64)
^
2, 0.5 * 0.003
^
2 * (x + 64)
^
2)
}
;
\node
[label=
{
45:
{
$
V_
0
$
}}
,
black,
circle,
fill,
inner sep=1.7pt,
on layer = foreground] at (axis cs:0, 0.018432)
{}
;
\draw
[black, dashed, on layer = main]
(0, 0) -- (0, 0.09);
\end
{
axis
}
\end
{
tikzpicture
}
Event Timeline
Log In to Comment