标签: python numpy matplotlib
我希望matplotlib不仅可以旋转默认颜色,还可以旋转线条样式,例如使用以下任意一种来设置破折号:
dashs = ['-.','-','--', ':'] dashes = [(1.5,0),(3.5,1.5),(1.5,1.5,3,1.5),(1,1)]
我知道你可以在matplotlibrc中设置:
axes.color_cycle
是否有类似的设置破折号?