summaryrefslogtreecommitdiff
path: root/info/examples/lgc/4-4-4.inl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/4-4-4.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/4-4-4.inl')
-rw-r--r--info/examples/lgc/4-4-4.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/info/examples/lgc/4-4-4.inl b/info/examples/lgc/4-4-4.inl
new file mode 100644
index 0000000000..2414cdce96
--- /dev/null
+++ b/info/examples/lgc/4-4-4.inl
@@ -0,0 +1,8 @@
+\usepackage {pstcol}
+\begin{pspicture}(0,0)(4,2)\showgrid
+ \psline[linearc=0.25,showpoints=true]%
+ {->}(1,0)(4,0.3)(2,2)(0,0.5)
+ \psline[linestyle=dashed,
+ linecolor=blue,
+ arrowlength=3]{<->}(0,1)(3,0)(4,2)
+\end{pspicture}