From 5dffe58a864dae8011868d55591780450d0f1983 Mon Sep 17 00:00:00 2001 From: Eshwen Date: Thu, 15 Oct 2020 18:26:51 +0100 Subject: [PATCH] Fixing problem with inconsistent signal line colours (assumes there are colours defined in plotting configs for signal --- fast_plotter/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast_plotter/plotting.py b/fast_plotter/plotting.py index cf85b90..7cf15d4 100644 --- a/fast_plotter/plotting.py +++ b/fast_plotter/plotting.py @@ -140,7 +140,7 @@ def __call__(self, col, **kwargs): width = self.linewidth style = "-" else: - color = None + color = color label = col.name width = 2 style = "--"