highfestiva / finplot

Performant and effortless finance plotting for Python
MIT License
935 stars 187 forks source link

X-axis Vanishes When Plotting Multiple Panes: Issue Report #495

Open NijanJ opened 9 months ago

NijanJ commented 9 months ago

When attempting to plot multiple panes , I encountered an issue where the x-axis disappears.

highfestiva commented 9 months ago

You could try to ax.decouple() if they are unrelated, but best is probably to create separate axes altogether.

highfestiva commented 6 months ago

The x-axes are supposed to be joined in most circumstances. If that doesn't apply to your scenario, I need more information.