所以我的模型中有以下简单代码:
ax30 = df5.plot(kind="scatter", x='Data Numbers', y='y', color="red", label="67890")
ax33 = df8.plot(kind="scatter", x='Data Numbers', y='y', color="blue", label="12345", ax=ax33, secondary_y = True)
plt.legend([ax30 , ax33], ['label_1', 'label_2'], loc=1)
我得到这个错误:objectives: {
enemies: [
{
name: 'Bad Bear',
health: 556
}
]
}
。然后我的问题是如何在不出错的情况下使更多敌人进入阵列?预先感谢!