Iโm developing a streamlit app containing plotly charts. Iโm exporting images of the charts to insert them in dynamically generated powerpoint slides.
When I export images of figures using write_image, y-axis titles are pushed within the plot itself.
This means that for some figures, the titles are on top of lines, bars or whatever.
How can I avoid this? In below example, the figure is a combined bar and line chart.
Hereโs my code:
Example of exported image using write_image with multiple plots and two y-axis (stacked bar chart and line chart):