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=3532ea7e201971b463e6d72ae799a7871c5b3c9f;hpb=fcbcfb9aa1bd57fbf187b92a6b1de80899209640 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()