santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Is there a way to plot bar and line on the same chart different axis. #275

Open akanalyst opened 2 years ago

akanalyst commented 2 years ago

Hi, I am trying to plot a bar and a line chart on the same plot using cufflinks. I want the Primary Y axis to refer to the bar chart and the secondary Y axis to refer to the line chart. I know how to do this in matplotlib, but not in cufflinks.

AMAT AGS

Thanks very much for any help you can offer.