blob: 19db2308f44440018b4c3dcce259012e3b703e7d (
plain)
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
44
45
46
47
48
49
50
51
52
53
|
% Copyright 2006 by Till Tantau
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Free Documentation License.
%
% See the file doc/generic/pgf/licenses/LICENSE for more details.
\section{Plot Mark Library}
\begin{pgflibrary}{plotmarks}
This library defines a number of plot marks.
\end{pgflibrary}
This library defines the following plot marks in
addition to |*|, |x|, and |+| (the filling color has been set to a
dark yellow):
{
\catcode`\|=12
\medskip
\begin{tabular}{lc}
\plotmarkentry{-}
\index{*vbar@\protect\texttt{\protect\myvbar} plot mark}%
\index{Plot marks!*vbar@\protect\texttt{\protect\myvbar}}
\texttt{\char`\\pgfuseplotmark\char`\{\declare{|}\char`\}} &
\tikz\draw[color=black!25] plot[mark=|,mark options={fill=yellow,draw=black}]
coordinates {(0,0) (.5,0.2) (1,0) (1.5,0.2)};\\
\plotmarkentry{o}
\plotmarkentry{asterisk}
\plotmarkentry{star}
\plotmarkentry{oplus}
\plotmarkentry{oplus*}
\plotmarkentry{otimes}
\plotmarkentry{otimes*}
\plotmarkentry{square}
\plotmarkentry{square*}
\plotmarkentry{triangle}
\plotmarkentry{triangle*}
\plotmarkentry{diamond}
\plotmarkentry{diamond*}
\plotmarkentry{pentagon}
\plotmarkentry{pentagon*}
\end{tabular}
}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "pgfmanual-pdftex-version"
%%% End:
|