Skip to content
Snippets Groups Projects
Commit 8aec6a4a authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Colour nodes near coords in bar plots

parent 9a19c28d
No related branches found
No related tags found
No related merge requests found
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{hhuthesis}[2020/02/14 HHU Thesis LaTeX document class v1.13]
\ProvidesClass{hhuthesis}[2020/02/17 HHU Thesis LaTeX document class v1.14]
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} % Options fallback.
\ProcessOptions\relax
......@@ -89,11 +89,11 @@
}
%% The same for bar plots
\pgfplotscreateplotcyclelist{hhucolorbars}{
{fill=hhublue!30!white, draw=hhublue},
{fill=hhured!30!white, draw=hhured},
{fill=hhugreen!30!white, draw=hhugreen},
{fill=hhuorange!30!white, draw=hhuorange},
{fill=hhucyan!30!white, draw=hhucyan}
{fill=hhublue!30!white, draw=hhublue, text=hhublue},
{fill=hhured!30!white, draw=hhured, text=hhured},
{fill=hhugreen!30!white, draw=hhugreen, text=hhugreen},
{fill=hhuorange!30!white, draw=hhuorange, text=hhuorange},
{fill=hhucyan!30!white, draw=hhucyan, text=hhucyan}
}
\pgfplotscreateplotcyclelist{hhubwbars}{
{fill=black!75!white, draw=black},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment