-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhw6test.tex.bak
43 lines (42 loc) · 2.12 KB
/
hw6test.tex.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
\begin{tikzpicture}
\pgfplotsset{major grid style={dashed},}
\begin{axis}[
%legend pos=south east,
width=15cm,
height=10cm,
grid=major,
ylabel=Stress $MPa$,
xlabel=Radius $mm$]
\addplot [thick, NavyBlue, smooth, mark=none] table[y={sx}] {risultati_linea1_vert.txt};
\addplot [thick, Dandelion, smooth, mark=none] table[y={sy}] {risultati_linea1_vert.txt};
\addplot [thick, ForestGreen, smooth, mark=none] table[y={sxb}]{risultati_linea1_vert.txt};
\addplot [thick, RubineRed, smooth, mark=none] table[y={syb}]{risultati_linea1_vert.txt};
\addplot [thick, NavyBlue, smooth, mark=none] table[y={sx}] {risultati_linea2_vert.txt};
\addplot [thick, Dandelion, smooth, mark=none] table[y={sy}] {risultati_linea2_vert.txt};
\addplot [thick, ForestGreen, smooth, mark=none] table[y={sxb}]{risultati_linea2_vert.txt};
\addplot [thick, RubineRed, smooth, mark=none] table[y={syb}]{risultati_linea2_vert.txt};
\end{axis}
\end{tikzpicture}
\begin{tikzpicture}
\pgfplotsset{major grid style={dashed},}
\begin{axis}[
%legend pos=south east,
width=15cm,
height=10cm,
grid=major,
ylabel=Stress $MPa$,
xlabel=Radius $mm$]
\addplot [thick, NavyBlue, smooth, mark=none] table[y={sx}] {risultati_linea1_orizz.txt};
\addlegendentry{membrane circumferential efforts}
\addplot [thick, Dandelion,smooth, mark=none] table[y={sy}] {risultati_linea1_orizz.txt};
\addlegendentry{meridional membrane efforts}
\addplot [thick, ForestGreen, smooth, mark=none] table[y={sxb}]{risultati_linea1_orizz.txt};
\addlegendentry{efforts circumferential flexural}
\addplot [thick, RubineRed, smooth, mark=none] table[y={syb}]{risultati_linea1_orizz.txt};
\addlegendentry{meridional efforts flexural}
\addplot [thick, NavyBlue, smooth, mark=none] table[y={sx}] {risultati_linea2_orizz.txt};
\addplot [thick, Dandelion, smooth, mark=none] table[y={sy}] {risultati_linea2_orizz.txt};
\addplot [thick, ForestGreen, smooth, mark=none] table[y={sxb}]{risultati_linea2_orizz.txt};
\addplot [thick, RubineRed, smooth, mark=none] table[y={syb}]{risultati_linea2_orizz.txt};
\end{axis}
\end{tikzpicture}