We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddd6eb commit 0eec0dfCopy full SHA for 0eec0df
1 file changed
demo.py
@@ -78,6 +78,9 @@ def check_expected_error(what, f):
78
( np.array((5,),), np.array((2,),), np.array(("Seeing this is a bug!",),),
79
dict(_with = 'labels',
80
tuplesize = 3)),
81
+ ( np.array((5,),), np.array((7,),), np.array(("This SHOULD be visible. Another label should be out-of-view, below the x-axis",),),
82
+ dict(_with = 'labels',
83
+ tuplesize = 3)),
84
_set = 'yrange [5:10]',
85
unset = 'grid',
86
wait = True)
0 commit comments