summaryrefslogtreecommitdiff
path: root/info/examples/PSTricks_en/23-03-12.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/PSTricks_en/23-03-12.ltx')
-rw-r--r--info/examples/PSTricks_en/23-03-12.ltx40
1 files changed, 40 insertions, 0 deletions
diff --git a/info/examples/PSTricks_en/23-03-12.ltx b/info/examples/PSTricks_en/23-03-12.ltx
new file mode 100644
index 0000000000..85e9131128
--- /dev/null
+++ b/info/examples/PSTricks_en/23-03-12.ltx
@@ -0,0 +1,40 @@
+%%
+%% A DANTE-Edition example
+%%
+%% Example 23-03-12 on page 354.
+%%
+%% Copyright (C) 2011 Herbert Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+%%
+%% ====
+% Show page(s) 1
+%%
+\documentclass[]{article}
+\pagestyle{empty}
+\setlength\textwidth{375.57637pt}
+\setlength\parindent{0pt}
+
+\usepackage{pst-gr3d}\SpecialCoor
+
+\begin{document}
+\def\PstGridThreeDHookEnd{{\psset{PstPicture=false,gridwidth=0.1}
+ {\def\PstGridThreeDHookNode{\PstGridThreeDNodeProcessor{blue}}
+ \PstGridThreeD[gridcolor=blue,GridThreeDZPos=3](0,7,0)}
+ {\def\PstGridThreeDHookNode{\PstGridThreeDNodeProcessor{red}}
+ \PstGridThreeD[gridcolor=red,GridThreeDXPos=1,GridThreeDZPos=1](0,3,1)}
+ {\def\PstGridThreeDHookNode{\PstGridThreeDNodeProcessor{green}}
+ \PstGridThreeD[gridcolor=green,GridThreeDYPos=6](1,1,1)}}}
+\PstGridThreeD[gridwidth=0.04,GridThreeDNodes=true](1,7,3)
+\rput([Rx=0.15,angle=140]Gr3dNode033){\psline[linecolor=blue]{<-}(0.8;150)}
+\rput([Rx=0.95,angle=140]Gr3dNode033){\shortstack{1d grid\\\small (X=8,Y=1,Z=1)}}
+\rput([Rx=0.15,angle=-50]Gr3dNode121){\psline[linecolor=red]{<-}(1.2;-50)}
+\rput([Rx=1.5,angle=-55]Gr3dNode121){\shortstack{2d grid\\\small (X=4,Y=2,Z=1)}}
+\rput([Rx=0.05,angle=-80]Gr3dNode160){\psline[linecolor=green]{<-}(0.8;-80)}
+\rput([Rx=0.3,angle=-80]Gr3dNode160){\shortstack{3d grid\\\small (X=2,Y=2,Z=2)}}
+\end{document}