R轴刻度不在极坐标图上显示

时间:2016-12-26 09:12:44

标签: python numpy matplotlib

我正在制作一个对数极坐标图,并且由于某种原因切换到" log = True"我的raxis蜱消失了。这是我的绘图代码:

ax = subplot(111, polar=True)
ax.set_yscale('log')
ax.set_ylim(0,.04)
plt.scatter(dra, dphys, c="red", cmap=cm.hsv)
plt.scatter(wra, wphys, cmap=cm.hsv)
ax.set_xticklabels(['0','3','6','9','12','15','18','21'])
ax.set_yticklabels(['1','5','10','30','100','1000','10000'])

show()

正如你在最后一行所看到的那样,那些是我想要出现的标记。我怎样才能做到这一点?

感谢![Picture of plot] 1

1 个答案:

答案 0 :(得分:1)

在绘图后设置对数比例并使用Setting up CocoaPods master repo

xticks

enter image description here