Last active
December 29, 2015 15:19
-
-
Save epijim/7690278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[12pt]{article} | |
\usepackage{sparklines} % makes inline curves | |
\begin{document} | |
Ten-year modelled CVD risk was 27.3 (SD 13.9, histogram | |
\begin{sparkline}{4} % start first sparkline | |
\sparkspike .083 .69 % first is x spacing, second is height | |
\sparkspike .25 .97 | |
\sparkspike .417 .42 | |
\sparkspike .583 .15 | |
\sparkspike .75 .04 | |
\sparkspike .917 .01 | |
\end{sparkline} % end of sparkline | |
) rest of sentance. | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment