1 |
2003-04-09 Jonathan Coles <[email protected]> |
2003-04-09 Jonathan Coles <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/classgen.py: Modifications to allow simple |
4 |
|
addition and selection of new color schemes. |
5 |
|
(MonochromaticRamp): New. Generates a ramp between two colors. |
6 |
|
(RedRamp): New. Generates a ramp of all red. |
7 |
|
(GreenRamp): New. Generates a ramp of all green. |
8 |
|
(BlueRamp): New. Generates a ramp of all blue. |
9 |
|
|
10 |
|
2003-04-09 Jonathan Coles <[email protected]> |
11 |
|
|
12 |
* Thuban/Model/classification.py (Classification.__deepcopy__): |
* Thuban/Model/classification.py (Classification.__deepcopy__): |
13 |
Need to copy over field and fieldType attributes. |
Need to copy over field and fieldType attributes. |
14 |
|
|