Streamlit PyPlot Sizing

Hi there,

I am creating a confusion matrix using Seaborn plots which is a more specialised form of plot from Matplotlib. When I plot the figure onto the page inside my streamlit app, its making it very big and I wish to define that max X and Y. Is there a way I can do this? If I customise my figure, streamlit appears to overwrite the size properties and just automatically fits to the maximum width.

Thanks in advance.

Kind regards
AteBitHavoc

Hi @AteBitHavoc, can you provide a brief code snippet that displays what you are seeing?