Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e27ff2a

Browse files
committed
doc: Fix line width of AnchoredSizeBar example.
1 parent 4f44e7d commit e27ff2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/pylab_examples/anchored_artists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, transform, size, label, loc,
2727
sep in points.
2828
"""
2929
self.size_bar = AuxTransformBox(transform)
30-
self.size_bar.add_artist(Rectangle((0, 0), size, 0, fc="none"))
30+
self.size_bar.add_artist(Rectangle((0, 0), size, 0, fc="none", lw=1.0))
3131

3232
self.txt_label = TextArea(label, minimumdescent=False)
3333

0 commit comments

Comments
 (0)