How to put 2 ggplot figures on one panel in Python

前端 未结 0 1702
孤街浪徒
孤街浪徒 2021-01-11 18:44

I am able to create 2 figures using ggplot in Python with following code:

gg1 = ggplot(aes(x=\'PL\', y=\'SL\'), data=irisdf)
gg1 += geom_point()
print(gg1)

g         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题