Raw discrete signals (direction +/-1/0, weight at pivots) are sparse and
read better as bars than lines. Steelblue contrasts with the orange
smoothed lines for clearer visual separation.
EXTREMA_COLUMN: {"color": "orange", "type": "line"},
},
"direction": {
- EXTREMA_DIRECTION_COLUMN: {"color": "wheat", "type": "line"},
+ EXTREMA_DIRECTION_COLUMN: {"color": "steelblue", "type": "bar"},
EXTREMA_DIRECTION_SMOOTHED_COLUMN: {
"color": "orange",
"type": "line",
},
},
"weight": {
- EXTREMA_WEIGHT_COLUMN: {"color": "wheat", "type": "line"},
+ EXTREMA_WEIGHT_COLUMN: {"color": "steelblue", "type": "bar"},
EXTREMA_WEIGHT_SMOOTHED_COLUMN: {
"color": "orange",
"type": "line",