Exemple #1
0
 def get_color_for_bar_amount(self, amt):
     col = RGBColor(color=self.get_managed_color())
     col.g = amt
     return col
Exemple #2
0
 def get_color_for_bar_amount(self, amt):
     col = RGBColor(color=self.get_managed_color())
     col.g = amt
     return col