~alf-rodrigo/cairoplot/trunk

« back to all changes in this revision

Viewing changes to trunk/ChangeLog

  • Committer: Rodrigo Moreira Araujo
  • Date: 2009-03-11 00:29:17 UTC
  • Revision ID: rodrigo@scrooge-20090311002917-3warch0r3wek5u8l
CairoPlot.py: 
 - Value labels above the bars are now possible through the display_values attribute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
                         gradients using a string of colors like "red white"
7
7
                         which would create a red-to-white gradient.
8
8
                         Furthermore, background=None now implies on
9
 
                         transparent backgrounds.
 
9
                         transparent backgrounds;
 
10
                        Value labels above the bars are now possible through
 
11
                         the display_values attribute.
10
12
 
11
13
2009-03-09  Rodrigo Araújo <alf.rodrigo@gmail.com>
12
14
        * CairoPlot.py: BarPlot, HorizontalBarPlot and VerticalBarPlot revision