Skip to content

Commit 0eec0df

Browse files
committed
slightly improved demo
out-of-view label plot also has an in-view label to explain what's going on
1 parent dddd6eb commit 0eec0df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ def check_expected_error(what, f):
7878
( np.array((5,),), np.array((2,),), np.array(("Seeing this is a bug!",),),
7979
dict(_with = 'labels',
8080
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)),
8184
_set = 'yrange [5:10]',
8285
unset = 'grid',
8386
wait = True)

0 commit comments

Comments
 (0)