finplot
finplot copied to clipboard
X-axis Vanishes When Plotting Multiple Panes: Issue Report
When attempting to plot multiple panes , I encountered an issue where the x-axis disappears.
You could try to ax.decouple() if they are unrelated, but best is probably to create separate axes altogether.
The x-axes are supposed to be joined in most circumstances. If that doesn't apply to your scenario, I need more information.