标签: density-plot plotnine
我无法找到有用的文档或在情节中进行多个密度图的示例。
我尝试了几种方法但仍然出错。
p = (ggplot(data=gg,aes(x='u',color='x')) + geom_density() print(p)
TypeError:'> =' &list;' list'的实例之间不受支持和' int'
我已检查过数据框中的数据类型。它们是原始numpy数组的系列。