Plotly: How to draw multiple lines in the same plot with cufflinks

365 Views Asked by At

As described in title, I want to draw an auxiliary line on my original graph. I know it can be down using matplotlib or plotly, but I am wondering if cufflinks can do this as it is easier to use. My original code is like this:

df.iplot(x='online_rop',y='offline_rop',kind='scatter',mode='markers+text',text='province')

I want to draw another line y=x on the same graph. How to do this?

0

There are 0 best solutions below