From 01da2b71471990c7ddfc291e33f3a836bc91dd2c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 26 Jun 2016 04:33:11 +0300 Subject: plots: update captions --- plots.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plots.html b/plots.html index 30fe949..3a58e1d 100644 --- a/plots.html +++ b/plots.html @@ -214,8 +214,8 @@ corresponding algorithm.

{{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case
- {{ algorithm.display_name }},
- {{ input_kind }} case, {{ complexity }} + {{ algorithm.display_name }}
+ {{ input_kind | capitalize }} case, {{ complexity }}
-- cgit v1.2.3