adding left and right carets
This commit is contained in:
@@ -285,7 +285,7 @@ axesnew = [
|
||||
(name,d['verbose_name'],d['ax_min'],d['ax_max'],d['type']) for name,d in rowingmetrics
|
||||
]
|
||||
|
||||
axes = tuple(axesnew+[('None','None',0,1,'basic')])
|
||||
axes = tuple(axesnew+[('None','<None>',0,1,'basic')])
|
||||
|
||||
axlabels = {ax[0]:ax[1] for ax in axes}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user