In mpl-finance, when saving an image without using bbox_inches='tight' saved the image with big white areas surrounding the plot, Just like what happens with the current mplfinance.
How it should looks like with bbox_inches='tight':

How it looks like now:

Notice the big white margins
Is there any way to achieve what bbox_inches='tight' does with the current mplfinance package?