我如何动态编程绘图python

问题描述

问题是,我无法分离彼此的情节。对于每个for循环,都必须有一个其他标记,例如“ bo”或“ bx”或“ b +”。

plt.figure()
for uu in range(0,IndexVektorLänge+1):
    deta_ts= BlockMatrix[uu,:,deta_ts_SpaltenIndex]   
    V_dot= BlockMatrix[uu,SpaltenNumSort2]
    plt.plot(V_dot,deta_ts,'bo',linestyle='-',label= '%i min^-1' %Drehzahlvektor[uu])

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)