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

Skip to content

Commit 28f01af

Browse files
committed
Fix logo-generation script to have rounded polar bar plots.
svn path=/trunk/matplotlib/; revision=6957
1 parent 2a9b39d commit 28f01af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/api/logo2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def add_matplotlib_text(ax):
4747
ha='right', va='center', alpha=1.0, transform=ax.transAxes)
4848

4949
def add_polar_bar():
50-
ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True)
50+
ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True, resolution=50)
5151

5252

5353
ax.axesPatch.set_alpha(axalpha)

0 commit comments

Comments
 (0)