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 committed Dec 9, 2024
1 parent d6e3a48 commit f23f3ed
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
Expand Up @@ -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)
Expand Down

0 comments on commit f23f3ed

Please sign in to comment.