Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94250514
ex4-5.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
Thu, Dec 5, 03:26
Size
682 B
Mime Type
text/x-tex
Expires
Sat, Dec 7, 03:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22769445
Attached To
rMNSSDEMO mnss-notebook-demo
ex4-5.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) (1,1) (1,-1) (2,-1)
}
;
\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