diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-23 00:49:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-23 00:49:54 +0000 |
commit | 4fc1af1461e934c39f8f5e10d5d8788681d82223 (patch) | |
tree | 7716e8a3e8787a3d11c5ce728d21b808f786ce7d /Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex | |
parent | 6f5a4edf390b6e05291d7a4b816782b14122a205 (diff) |
tikz/pgf 2.0 first attempt (22feb08)
git-svn-id: svn://tug.org/texlive/trunk@6741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex | 212 |
1 files changed, 0 insertions, 212 deletions
diff --git a/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex b/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex deleted file mode 100644 index e20805d50a1..00000000000 --- a/Master/texmf-dist/tex/generic/pgf/libraries/pgflibraryplotmarks.code.tex +++ /dev/null @@ -1,212 +0,0 @@ -% 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 Public License. -% -% See the file doc/generic/pgf/licenses/LICENSE for more details. - -\ProvidesFileRCS[v\pgfversion] $Header: /cvsroot/pgf/pgf/generic/pgf/libraries/pgflibraryplotmarks.code.tex,v 1.5 2007/03/09 17:49:32 tantau Exp $ - - -% A stroked circle mark - -\pgfdeclareplotmark{o} -{% - \pgfpathcircle{\pgfpointorigin}{\pgfplotmarksize} - \pgfusepathqstroke -} - - - -% A six-pointed star mark - -\pgfdeclareplotmark{asterisk} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfqpointpolar{30}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{210}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfqpointpolar{-30}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-210}{\pgfplotmarksize}} - \pgfusepathqstroke -} - - -% A five-pointed star mark - -\pgfdeclareplotmark{star} -{% - \pgfpathmoveto{\pgfpointorigin}\pgfpathlineto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfpointorigin}\pgfpathlineto{\pgfqpointpolar{18}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfpointorigin}\pgfpathlineto{\pgfqpointpolar{-54}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfpointorigin}\pgfpathlineto{\pgfqpointpolar{234}{\pgfplotmarksize}} - \pgfpathmoveto{\pgfpointorigin}\pgfpathlineto{\pgfqpointpolar{162}{\pgfplotmarksize}} - \pgfusepathqstroke -} - - -% An \oplus mark - -\pgfdeclareplotmark{oplus} -{% - \pgfpathcircle{\pgfpointorigin}{\pgfplotmarksize} - \pgfpathmoveto{\pgfqpoint{-\pgfplotmarksize}{0pt}} - \pgfpathlineto{\pgfqpoint{\pgfplotmarksize}{0pt}} - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfusepathqstroke -} - -\pgfdeclareplotmark{oplus*} -{% - \pgfpathcircle{\pgfpointorigin}{\pgfplotmarksize} - \pgfpathmoveto{\pgfqpoint{-\pgfplotmarksize}{0pt}} - \pgfpathlineto{\pgfqpoint{\pgfplotmarksize}{0pt}} - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfusepathqfillstroke -} - - -% An \otimes mark - -\pgfdeclareplotmark{otimes} -{% - \pgfpathcircle{\pgfpointorigin}{\pgfplotmarksize} - \pgfpathmoveto{\pgfqpoint{-.70710678\pgfplotmarksize}{-.70710678\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.70710678\pgfplotmarksize}{.70710678\pgfplotmarksize}} - \pgfpathmoveto{\pgfqpoint{-.70710678\pgfplotmarksize}{.70710678\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.70710678\pgfplotmarksize}{-.70710678\pgfplotmarksize}} - \pgfusepathqstroke -} - -\pgfdeclareplotmark{otimes*} -{% - \pgfpathcircle{\pgfpointorigin}{\pgfplotmarksize} - \pgfpathmoveto{\pgfqpoint{-.70710678\pgfplotmarksize}{-.70710678\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.70710678\pgfplotmarksize}{.70710678\pgfplotmarksize}} - \pgfpathmoveto{\pgfqpoint{-.70710678\pgfplotmarksize}{.70710678\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.70710678\pgfplotmarksize}{-.70710678\pgfplotmarksize}} - \pgfusepathqfillstroke -} - - -% A vertical bar mark - -\pgfdeclareplotmark{|} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfusepathqstroke -} - - - -% A horizontal bar mark - -\pgfdeclareplotmark{-} -{% - \pgfpathmoveto{\pgfqpoint{\pgfplotmarksize}{0pt}} - \pgfpathlineto{\pgfqpoint{-\pgfplotmarksize}{0pt}} - \pgfusepathqstroke -} - - -% A square stroked mark - -\pgfdeclareplotmark{square} -{% - \pgfpathrectangle{\pgfqpoint{-\pgfplotmarksize}{-\pgfplotmarksize}}{\pgfqpoint{2\pgfplotmarksize}{2\pgfplotmarksize}}% - \pgfusepathqstroke -} - -% A square stroked-filled mark - -\pgfdeclareplotmark{square*} -{% - \pgfpathrectangle{\pgfqpoint{-\pgfplotmarksize}{-\pgfplotmarksize}}{\pgfqpoint{2\pgfplotmarksize}{2\pgfplotmarksize}}% - \pgfusepathqfillstroke -} - - -% A triangle mark - -\pgfdeclareplotmark{triangle} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-30}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-150}{\pgfplotmarksize}} - \pgfpathclose - \pgfusepathqstroke -} - - -% A stroke-filled triangle mark - -\pgfdeclareplotmark{triangle*} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-30}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-150}{\pgfplotmarksize}} - \pgfpathclose - \pgfusepathqfillstroke -} - - - -% A diamond-shaped mark - -\pgfdeclareplotmark{diamond} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.75\pgfplotmarksize}{0pt}} - \pgfpathlineto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{-.75\pgfplotmarksize}{0pt}} - \pgfpathclose - \pgfusepathqstroke -} - - -% A stroke-filled diamond-shaped mark - -\pgfdeclareplotmark{diamond*} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{.75\pgfplotmarksize}{0pt}} - \pgfpathlineto{\pgfqpoint{0pt}{-\pgfplotmarksize}} - \pgfpathlineto{\pgfqpoint{-.75\pgfplotmarksize}{0pt}} - \pgfpathclose - \pgfusepathqfillstroke -} - - - -% A pentagon-shaped mark - -\pgfdeclareplotmark{pentagon} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{18}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-54}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{234}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{162}{\pgfplotmarksize}} - \pgfpathclose - \pgfusepathqstroke -} - -% A stroke-filled pentagon-shaped mark - -\pgfdeclareplotmark{pentagon*} -{% - \pgfpathmoveto{\pgfqpoint{0pt}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{18}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{-54}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{234}{\pgfplotmarksize}} - \pgfpathlineto{\pgfqpointpolar{162}{\pgfplotmarksize}} - \pgfpathclose - \pgfusepathqfillstroke -} - -\endinput |