Plot dimension Jupyter lab

Hi everyone!

I have a problem with the dimension of plot. I am using the seurat pipeline.
When I have too much information, the plot is cut on the left.
Please find below the plot that I obtained and the code that I used.
DimPlot(object = lung_healthy_dataset, group.by = ‘cell_type’)

Do you have any suggestions to resize the plot? Are there any built-in options in Jupyter?

Many thanks!