Ignore:
Timestamp:
08/26/05 10:55:50 (19 years ago)
Author:
mar637
Message:

fixed colour bug. mpl doesn't understand grey80 type colours.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release-2-fixes/python/asapfitter.py

    r652 r667  
    341341            ylab = self.data._get_ordinate_label()
    342342
    343         colours = ["grey60","grey80","red","orange","purple","green","magenta", "cyan"]
     343        colours = ["#777777","#bbbbbb","red","orange","purple","green","magenta", "cyan"]
    344344        self._p.palette(0,colours)
    345345        self._p.set_line(label='Spectrum')
Note: See TracChangeset for help on using the changeset viewer.