diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-23 09:49:39 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-01-23 08:52:04 +0000 |
commit | 3532ea7e201971b463e6d72ae799a7871c5b3c9f (patch) | |
tree | 2cb0b9b679ad3ac4eccc29d30fe8f9e97f174fa6 /resources/tools/presentation/generator_plots.py | |
parent | 5a53823d8a6e99072152654ac632bb06a6b467ac (diff) |
Report: Add CSC and VSC data
Change-Id: Ia2ebe3d0b96d0012361082d1f45b5c3853db3640
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 |
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() |