~alf-rodrigo/cairoplot/trunk

« back to all changes in this revision

Viewing changes to trunk/cairoplot.py

  • Committer: Rodrigo Moreira Araujo
  • Date: 2009-07-09 21:57:24 UTC
  • Revision ID: rodrigo@scrooge-20090709215724-p15jzqr7si5pfiqx
cairoPlot.py: Series -> series;
seriestests.py: Series -> series;
series.py: module naming correction;
setup.py: added Series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
import cairo
35
35
import math
36
36
import random
37
 
from Series import Series, Group, Data
 
37
from series import Series, Group, Data
38
38
 
39
39
HORZ = 0
40
40
VERT = 1