X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_plots.py;h=7cdcb62e1f7e82d2e4597a8bd871bc0cbf419811;hp=dd6c50d1d874d65fb5fa458553ab9214ae16eeab;hb=828f10f29124b3c15573daa0098f41ff5ece55e5;hpb=2b7ded8d1d05c605d2e19072551306db4fe9e62e 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()