aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_plots.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-01-23 09:49:39 +0100
committerTibor Frank <tifrank@cisco.com>2019-01-23 08:52:12 +0000
commit828f10f29124b3c15573daa0098f41ff5ece55e5 (patch)
treea57fff90f9ff452347b5d099676325c9ee2a4475 /resources/tools/presentation/generator_plots.py
parent2b7ded8d1d05c605d2e19072551306db4fe9e62e (diff)
Report: Add CSC and VSC data
Change-Id: Ia2ebe3d0b96d0012361082d1f45b5c3853db3640 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 3532ea7e201971b463e6d72ae799a7871c5b3c9f)
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r--resources/tools/presentation/generator_plots.py2
1 files changed, 1 insertions, 1 deletions
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()