CTAN Comprehensive TeX Archive Network

Directory graphics/pgf/contrib/pgfplotsthemebeamer

README.md

pgfplotsthemebeamer

License GitHub tag CTAN

A package for using colours from the current beamer theme in pgfplots diagrams.

This project is licensed under the 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 package for using colours from the current beamer theme in pgfplots diagrams.

Packagepgfplotsthemebeamer
Bug trackerhttps://github.com/samcarter/pgfplotsthemebeamer/issues
Repositoryhttps://github.com/samcarter/pgfplotsthemebeamer
Version0.2 2024-08-02
LicensesThe Project Public License 1.3c
Copyright2024 samcarter
Maintainersamcarter
Contained inTeX Live as pgfplotsthemebeamer
MiKTeX as pgfplotsthemebeamer
TopicsColour
Graphics
Presentation
Graphics plot
...
Guest Book Sitemap Contact Contact Author