diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-20 22:48:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-20 22:48:50 +0000 |
commit | ed190dcc699e8dbd39a0f38c26e80270b7e4df92 (patch) | |
tree | 0e1fb0ffc68928a805bcb623383f4e4c15921572 /Master/texmf-dist/doc/latex/sparklines | |
parent | 81b8390ab51570ef80a5e060c6932aa6647c28ea (diff) |
sparklines update (20apr09)
git-svn-id: svn://tug.org/texlive/trunk@12765 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/sparklines')
-rw-r--r-- | Master/texmf-dist/doc/latex/sparklines/sparklines.pdf | bin | 55608 -> 58998 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/sparklines/sparklines.tex | 16 |
2 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf b/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf Binary files differindex f0cacec5eea..92df9977a8d 100644 --- a/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf +++ b/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf diff --git a/Master/texmf-dist/doc/latex/sparklines/sparklines.tex b/Master/texmf-dist/doc/latex/sparklines/sparklines.tex index 29f357960e1..04bf93b76bc 100644 --- a/Master/texmf-dist/doc/latex/sparklines/sparklines.tex +++ b/Master/texmf-dist/doc/latex/sparklines/sparklines.tex @@ -6,7 +6,7 @@ \let\env=\texttt \let\pkg=\textsf -\definecolor{sparkrectanglecolor}{rgb}{0.8,.95,0.8} +\definecolor{sparkrectanglecolor}{rgb}{0.8,0.95,0.8} \definecolor{sparkspikecolor}{rgb}{1,0,0} \setlength{\sparkdotwidth}{1.3pt} \setlength{\sparklinethickness}{.3pt} @@ -15,7 +15,7 @@ \title{Sparklines} \author{Andreas Loeffler \and Dan Luecking} -\date{updated 3.~April 2007}\maketitle +\date{updated 20.~April 2009}\maketitle \section{What are sparklines?} @@ -44,10 +44,10 @@ This is an example of sparkline: % This environment has now an own coordinate system. x and y run from 0 to 1. % % This draws a sparkling-rectangle with lower level y=0.3 and upper -% level y=0.5 -\sparkrectangle 0.3 0.5 +% level y=0.8 +\sparkrectangle 0.3 0.8 % -% This draws a blue colored sparkling-dot at x=0.5, y=0.8 +% This draws a blue colored sparkling-dot at x=0.5, y=0.62 \sparkdot 0.5 0.62 blue % % This draws a red colored sparkling-dot at x=1, y=0.2 @@ -67,7 +67,7 @@ The sparkline at the end of the previous section was created with the following: \begin{verbatim} \begin{sparkline}{10} - \sparkrectangle 0.3 0.5 + \sparkrectangle 0.3 0.8 \sparkdot 0.5 0.62 blue \sparkdot 1 0.2 red \spark 0.1 0.95 0.2 0.8 0.3 0.3 0.4 0.52 0.5 0.62 @@ -148,6 +148,10 @@ user may change (with \verb$\setlength$). The default is \texttt{2pt}. \section*{Version history} \begin{description} +\item[] Apr 20, 2009 + + version 1.4: Alexander Kowalski (Alexander.Kowarik@statistik.gv.at) found an error concerning spark-rectangles + \item[] Mar 21, 2007 version 1.3: User adjustable colors and parameters added by Dan |