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

Skip to content

Commit 6381060

Browse files
committed
Make polar_bar work with new Path._interpolation_steps attribute
svn path=/trunk/matplotlib/; revision=7134
1 parent 868719e commit 6381060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4309,6 +4309,7 @@ def make_iterable(x):
43094309
)
43104310
label = '_nolegend_'
43114311
r.update(kwargs)
4312+
r.get_path()._interpolation_steps = 100
43124313
#print r.get_label(), label, 'label' in kwargs
43134314
self.add_patch(r)
43144315
patches.append(r)

0 commit comments

Comments
 (0)