summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/sparklines/sparklines.pdfbin55608 -> 58998 bytes
-rw-r--r--Master/texmf-dist/doc/latex/sparklines/sparklines.tex16
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
index f0cacec5eea..92df9977a8d 100644
--- a/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf
+++ b/Master/texmf-dist/doc/latex/sparklines/sparklines.pdf
Binary files differ
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