Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f44e7d commit e27ff2aCopy full SHA for e27ff2a
1 file changed
examples/pylab_examples/anchored_artists.py
@@ -27,7 +27,7 @@ def __init__(self, transform, size, label, loc,
27
sep in points.
28
"""
29
self.size_bar = AuxTransformBox(transform)
30
- self.size_bar.add_artist(Rectangle((0, 0), size, 0, fc="none"))
+ self.size_bar.add_artist(Rectangle((0, 0), size, 0, fc="none", lw=1.0))
31
32
self.txt_label = TextArea(label, minimumdescent=False)
33
0 commit comments