如何在matplotlib
prop_cycle
中使用自定义短划线?根据{{1}}文档,可以使用Line2D
形式的元组作为线型,并且确实适用于单个图,但是当将其添加到(<offset>, (<lengthon>, <lengthoff>))
时,它会失败(见下面的代码。)
我是否遗漏/误解了任何内容,或者这可能是一个错误?
例如,此代码抛出cycler
:
AttributeError: 'Line2D' object has no attribute '_dashSeq'
答案 0 :(得分:0)
这已被确认为错误,应在Matplotlib 1.5.2中修复,请参阅https://github.com/matplotlib/matplotlib/issues/5850#event-517273746