Directory graphics/pgf/contrib/pgfplotsthemebeamer
README.md
pgfplotsthemebeamer
A package for using colours from the current beamer theme in pgfplots diagrams.
This project is licensed under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txt .
The project repository, including a bug tracker, can be found at https://github.com/samcarter/pgfplotsthemebeamer/issues .
Usage
\documentclass{beamer} \usetheme{moloch}% just as an example for a colour theme \usepackage{pgfplotsthemebeamer} \begin{document} \begin{frame}[plain] \centering \begin{tikzpicture} \begin{axis}[ beamercolors ] \addplot {x}; \addplot {x-1}; \addplot {x-2}; \addplot {x-3}; \addplot {x-4}; \addplot {x-5}; \addplot {x-6}; \addplot {x-7}; \addplot {x-8}; \end{axis} \end{tikzpicture} \end{frame} \end{document}
For more details, please consult the package documentation.
Download the contents of this package in one zip archive (147.7k).
pgfplotsthemebeamer – Use colours from the current beamer theme in pgfplots
A LaTeX package for using colours from the current beamer theme in pgfplots diagrams.
Package | pgfplotsthemebeamer |
Bug tracker | https://github.com/samcarter/pgfplotsthemebeamer/issues |
Repository | https://github.com/samcarter/pgfplotsthemebeamer |
Version | 0.2 2024-08-02 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2024 samcarter |
Maintainer | samcarter |
Contained in | TeX Live as pgfplotsthemebeamer MiKTeX as pgfplotsthemebeamer |
Topics | Graphics plot Graphics Presentation Colour |