Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95186615
ex4-3.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, Dec 13, 13:48
Size
665 B
Mime Type
text/x-tex
Expires
Sun, Dec 15, 13:48 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
22925959
Attached To
rMNSSDEMO mnss-notebook-demo
ex4-3.tex
View Options
\documentclass
[tikz,convert={outfile=\jobname.svg}]
{
standalone
}
\usepackage
{
pgfplots
}
\usetikzlibrary
{
calc,patterns,snakes
}
% \usetikzlibrary{...}% tikz package already loaded by 'tikz' option
\begin
{
document
}
\begin
{
tikzpicture
}
[scale=0.8]
\begin
{
axis
}
[xlabel=x (mm), ylabel=
$
\sigma
$
(MPa),
xmin=0,ymin=-2,xmax=2,ymax=2]
\addplot
[thick,dashed,color=black, mark=none] coordinates
{
(0,1.5) (2,-1.5)
}
;
\addlegendentry
{
Approximation
}
;
\addplot
[thick,color=red, mark=none]
coordinates
{
(0,1) (1,1) (1,-1) (2,-1)
}
;
\addlegendentry
{
Exact
}
;
\end
{
axis
}
\end
{
tikzpicture
}
\end
{
document
}
Event Timeline
Log In to Comment