Index: trunk/BNC/bncfigure.cpp
===================================================================
--- trunk/BNC/bncfigure.cpp	(revision 1993)
+++ trunk/BNC/bncfigure.cpp	(revision 1994)
@@ -53,6 +53,6 @@
   for (int ii = 0; ii <= 1000; ii++) {
     _ran[0][ii] = qrand() % 255;
-    _ran[1][ii] = qrand() % 40;
-    _ran[2][ii] = qrand() % 100;
+    _ran[2][ii] = qrand() % 255;
+    _ran[1][ii] = qrand() % 255;
   }
 }
@@ -181,5 +181,5 @@
     if(_maxRate > 0.0) {
       int yy = int(yLength * (it.value()->_mean / _maxRate));
-      QColor color = QColor::fromHsv(0,100+_ran[1][anchor],155+_ran[2][anchor]);
+      QColor color = QColor::fromRgb(_ran[0][anchor],_ran[1][anchor],_ran[2][anchor],150);
       painter.fillRect(xx-13, int((yMax-yMin)*xLine)-yy, 9, yy, 
                        QBrush(color,Qt::SolidPattern));
