From 3532ea7e201971b463e6d72ae799a7871c5b3c9f Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 23 Jan 2019 09:49:39 +0100 Subject: Report: Add CSC and VSC data Change-Id: Ia2ebe3d0b96d0012361082d1f45b5c3853db3640 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/generator_plots.py') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index dd6c50d1d8..7cdcb62e1f 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1096,7 +1096,7 @@ def plot_service_density_heatmap(plot, input_data): :type input_data: InputData """ - REGEX_CN = re.compile(r'^(\d*)C(\d*)N$') + REGEX_CN = re.compile(r'^(\d*)R(\d*)C$') txt_chains = list() txt_nodes = list() -- cgit 1.2.3-korg