/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to pygooglechart.py

  • Committer: gak
  • Date: 2008-04-25 11:13:10 UTC
  • Revision ID: git-v1:6ceec4749407eea02e6c4cf783f91a4a4511b913
version bump to 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
# Helper variables and functions
31
31
# -----------------------------------------------------------------------------
32
32
 
33
 
__version__ = '0.1.2'
 
33
__version__ = '0.1.3'
34
34
 
35
35
reo_colour = re.compile('^([A-Fa-f0-9]{2,2}){3,4}$')
36
36
 
442
442
            return ExtendedData
443
443
 
444
444
    def data_x_range(self):
445
 
        """Return a 2-tuple giving the minimum and maximum x-axis 
 
445
        """Return a 2-tuple giving the minimum and maximum x-axis
446
446
        data range.
447
447
        """
448
448
        try:
455
455
            return None     # no x-axis datasets
456
456
 
457
457
    def data_y_range(self):
458
 
        """Return a 2-tuple giving the minimum and maximum y-axis 
 
458
        """Return a 2-tuple giving the minimum and maximum y-axis
459
459
        data range.
460
460
        """
461
461
        try: