From 41f5342d9eb8a341c7b5e6d3a894f24436f69ea2 Mon Sep 17 00:00:00 2001 From: John Owens Date: Wed, 9 Oct 2024 16:26:51 -0700 Subject: [PATCH] why not? let's put in a tip --- membw.html | 1 + 1 file changed, 1 insertion(+) diff --git a/membw.html b/membw.html index cac7a39..37e1dab 100644 --- a/membw.html +++ b/membw.html @@ -195,6 +195,7 @@ x: "memsrcSize", y: "bandwidth", stroke: "workgroupSize", + tip: true, }), Plot.text(data, Plot.selectLast({x: "memsrcSize", y: "bandwidth", z: "workgroupSize", text: "workgroupSize", textAnchor: "start", dx: 3})) ],