~alf-rodrigo/cairoplot/trunk

« back to all changes in this revision

Viewing changes to trunk/ChangeLog

  • Committer: Rodrigo Moreira Araujo
  • Date: 2009-03-11 01:04:08 UTC
  • Revision ID: rodrigo@scrooge-20090311010408-uyxtymz04m614gor
CairoPlot.py: The series_labels parameter is now enabled for BarPlot charts. Whenever it's present, a legend box is plotted on the right upper corner.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                         Furthermore, background=None now implies on
9
9
                         transparent backgrounds;
10
10
                        Value labels above the bars are now possible through
11
 
                         the display_values attribute.
 
11
                         the display_values attribute;
 
12
                        The series_labels parameter is now enabled for BarPlot
 
13
                         charts. Whenever it's present, a legend box is
 
14
                         plotted on the right upper corner.
12
15
 
13
16
2009-03-09  Rodrigo Araújo <alf.rodrigo@gmail.com>
14
17
        * CairoPlot.py: BarPlot, HorizontalBarPlot and VerticalBarPlot revision