'Change the color of inner circle in the polar plot in matplotlib
Solution 1:[1]
Use this:
ax.spines['inner'].set_color('w')
there are 4 border line in polar axis:
- polar
- start
- end
- inner
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Mohammadreza |