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 2a9b39d commit 28f01afCopy full SHA for 28f01af
1 file changed
examples/api/logo2.py
@@ -47,7 +47,7 @@ def add_matplotlib_text(ax):
47
ha='right', va='center', alpha=1.0, transform=ax.transAxes)
48
49
def add_polar_bar():
50
- ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True)
+ ax = fig.add_axes([0.025, 0.075, 0.2, 0.85], polar=True, resolution=50)
51
52
53
ax.axesPatch.set_alpha(axalpha)
0 commit comments