Show
Ignore:
Timestamp:
10/27/08 16:49:58 (4 years ago)
Author:
lgs
Message:

Some refactoring and support for negative values in line and bar charts. Inspired by Nicolas patch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/chavier/dialogs.py

    r108 r109  
    133133                                               0, 1, 5, 1, 1000, 10) 
    134134        self.min = self._create_spin_button('Minimum y value', 
    135                                             2, 0.5, 1, 0, 1000, 0) 
     135                                            2, 0.5, 1, -1000, 1000, 0) 
    136136        self.max = self._create_spin_button('Maximum y value', 
    137137                                            2, 0.5, 1, 0, 1000, 10)