标签: r python-2.7 plot
我想使用python程序的输出和使用R的条形图。 我尝试使用rPy2
import rpy2.robjects as robjects A= 2 B=4 plot = robjects.IntVector([A,D])
现在调用barplot(plot)函数。请指导,甚至帮助使用任何其他python包赞赏