From 8aec6a4a734f1e1b1b47fc0b73436b7e885cc483 Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Mon, 17 Feb 2020 13:13:13 +0100
Subject: [PATCH] Colour nodes near coords in bar plots

---
 hhuthesis.cls | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/hhuthesis.cls b/hhuthesis.cls
index 61ab6ae..b190c88 100644
--- a/hhuthesis.cls
+++ b/hhuthesis.cls
@@ -1,5 +1,5 @@
 \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},
-- 
GitLab