From f23f3eda614937c04d550f14f8f09b2549aad8f9 Mon Sep 17 00:00:00 2001 From: midichef <67946319+midichef@users.noreply.github.com> Date: Sun, 8 Dec 2024 13:36:22 -0800 Subject: [PATCH] [graph-] change row word from "plots" to "points" --- visidata/graph.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/visidata/graph.py b/visidata/graph.py index e9b5c1858..4ed6da6f7 100644 --- a/visidata/graph.py +++ b/visidata/graph.py @@ -72,6 +72,8 @@ def startCursor(self): # provides axis labels, legend class GraphSheet(InvertedCanvas): + rowtype = 'points' + def __init__(self, *names, **kwargs): self.ylabel_maxw = 0 super().__init__(*names, **kwargs)