From f92f8c38c8b85469d58d338328659056350c7801 Mon Sep 17 00:00:00 2001 From: yjhn Date: Sun, 11 Sep 2022 08:49:04 +0300 Subject: [PATCH] correct comment --- crossbeam-channel/benchmarks/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossbeam-channel/benchmarks/plot.py b/crossbeam-channel/benchmarks/plot.py index 98c733666..8d8235b62 100755 --- a/crossbeam-channel/benchmarks/plot.py +++ b/crossbeam-channel/benchmarks/plot.py @@ -116,7 +116,7 @@ def plot(results, fig, subplot, title, prefix): def plot_all(results, descriptions, labels): fig = plt.figure(figsize=(10, 10)) - # TODO support more number subplots + # TODO support more subplots subplot = [221, 222, 223, 224] for p, d, l in zip(subplot, descriptions, labels): plot(results, fig, p, d, l)