简体   繁体   中英

Change the color of inner circle in the polar plot in matplotlib

I am making a polar plot and this is the output of my code

在此处输入图像描述

Everything is working fine, I just need to know how can I change the edgecolor of the inner-most circle (which is black in the image)

Use this:

ax.spines['inner'].set_color('w')

there are 4 border line in polar axis:

  • polar
  • start
  • end
  • inner

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM