[cig-commits] commit: Added points to tpv13 geometry figure.

Mercurial hg at geodynamics.org
Thu Apr 12 15:51:16 PDT 2012


changeset:   104:fe58af4bc78a
tag:         tip
user:        Brad Aagaard <baagaard at usgs.gov>
date:        Thu Apr 12 15:51:07 2012 -0700
files:       figs/tpv13_geometry.tex
description:
Added points to tpv13 geometry figure.


diff -r 35a5c33d6778 -r fe58af4bc78a figs/tpv13_geometry.tex
--- a/figs/tpv13_geometry.tex	Thu Apr 12 15:25:05 2012 -0700
+++ b/figs/tpv13_geometry.tex	Thu Apr 12 15:51:07 2012 -0700
@@ -18,7 +18,8 @@
 \usetikzlibrary{shapes,calc,3d}%
 
 \colorlet{colfault}{ltred}
-\colorlet{colpoint}{blue}
+\colorlet{colfpoint}{blue}
+\colorlet{colbpoint}{orange}
 \colorlet{colbox}{ltslate}
 
 \tikzstyle{fault}=[fill=colfault,line width=0.75pt,opacity=0.7]
@@ -27,6 +28,8 @@
 
 
 \tikzstyle{point}=[color=colpoint,line width=2.0pt]
+\tikzstyle{fpoint}=[circle,color=black,fill=colfpoint,inner sep=1.5pt,line width=1.0pt]
+\tikzstyle{bpoint}=[circle,color=black,fill=colbpoint,inner sep=1.5pt,line width=0.5pt]
 
 \tikzstyle{label}=[color=black,font=\bfseries\large,sloped]
 
@@ -78,8 +81,18 @@
 % FAULT SLICE
 %\draw[slice] (0.0,0.0,0.0) -- (-0.75,0.0,-1.299);
 
-% POINTS
-% ADD STUFF HERE
+% FAULT POINTS
+\node[fpoint] at (0.0, 0.0, 0.0) {};
+\node[fpoint] at (-0.15, 0.0, -0.2598) {};
+\node[fpoint] at (-0.375, 0.0, -0.6495) {};
+\node[fpoint] at (-0.60, 0.0, -1.0392) {};
+
+\node[fpoint] at (+0.0, -0.45, 0.0) {};
+\node[fpoint] at (-0.375, -0.45, -0.6495) {};
+
+\node[fpoint] at (+0.0, -1.2, 0.0) {};
+\node[fpoint] at (-0.375, -1.2, -0.6495) {};
+
 
 % Fault dimensions
 \draw[dimension,<->] (-0.85,-1.5,-1.399) -- (-0.85,+1.5,-1.399) node[dimension,midway,below] {30 km};
@@ -102,6 +115,11 @@
 % SLICE
 \draw[slice] (-2.775,0.0,-3.6) -- (-2.775,0.0,0.0) -- (+2.025,0.0,0.0);
 
+% FAULT POINTS
+\node[bpoint] at (-0.30, +1.2, 0.0) {};
+\node[bpoint] at (+0.3, 0.0, 0.0) {};
+
+
 % Dimensions
 \draw[dimension,<->] (-2.775,-3.2,-3.8) -- (-2.775,+3.2,-3.8) node[dimension,midway,below] {64 km};
 \draw[dimension,<->] (+2.025,+3.2,-3.8) -- (-2.775,+3.2,-3.8) node[dimension,midway,below] {48 km};



More information about the CIG-COMMITS mailing list