Skip to content

Commit

Permalink
[graph-] change row word from "plots" to "points"
Browse files Browse the repository at this point in the history
  • Loading branch information
midichef authored and anjakefala committed Jan 4, 2025
1 parent f336e83 commit 59721d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions visidata/graph.py
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 59721d0

Please # to comment.