You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi 👋,
Thanks for this nice tool. It really saves time doing routine things.
I ran into an issue with the candle chart. When I plot this chart using a qt backend there are some margins on the left and right. The one on the left is particularly annoying because it takes considerable amount of space even if I enable tight layout.
Hi 👋,
Thanks for this nice tool. It really saves time doing routine things.
I ran into an issue with the candle chart. When I plot this chart using a qt backend there are some margins on the left and right. The one on the left is particularly annoying because it takes considerable amount of space even if I enable tight layout.
Here's how it looks with wight layout on

And here's how it looks with regular layout

Here's the code that generates the chart
I've tried to go with
subplot_adjust
, but this wasn't the right direction...Is there a way to make the plot take up more width, and most important is there a way to get rid of the annoying margin on the left?
The text was updated successfully, but these errors were encountered: