是否可以在Python中绘制真正的细线?

时间:2019-02-14 00:10:12

标签: python-3.x matplotlib plot matplotlib-basemap

我正在尝试这样的事情:

kw = dict(linewidth=0.0001)
e = FancyArrowPatch(pos[u],pos[v],
            arrowstyle='-|>',
            color=G[u][v]['color'],
            connectionstyle='arc3,rad=%s'%rad,
            mutation_scale=0.5,
            **kw)

但是似乎不可能生成比这更细的线。

结果是这样的(这是eps文件的屏幕截图):

enter image description here

我正在mpl_toolkits.basemap中绘制此图

0 个答案:

没有答案