santosjorge / cufflinks

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

iplot('ratio') shoud sync X axis by default #279

Open Binger-cn opened 2 years ago

Binger-cn commented 2 years ago

in a ratio diagram, when zoom in the lower 'ratio' part , the main diagram is not zoomed together, and vice versa. No param in iplot() can control this so far.

I think it's better synchronized by default.

Binger-cn commented 2 years ago

Found a makeshift: iplot('ratio', xrange=[minX, maxX] , ... )