From 2ab62c83a7e9ef7242f7d1a3ef381323cf028b13 Mon Sep 17 00:00:00 2001 From: Anton Nesterov Date: Tue, 24 Sep 2024 16:54:06 +0200 Subject: [PATCH] add title --- plots.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots.ts b/plots.ts index f365e8b..d8e2687 100644 --- a/plots.ts +++ b/plots.ts @@ -54,7 +54,7 @@ export function sideBySidePlot(opts: { }) plt.setAttribute('xmlns', 'http://www.w3.org/2000/svg') const svgUrl = `data:image/svg+xml;base64,${btoa(unescape(encodeURIComponent(plt)))}` - imgTags.push(``) + imgTags.push(``) } } const output = `