plottable icon indicating copy to clipboard operation
plottable copied to clipboard

figure layout setted to 'constrained' misplaces the cell plots

Open chenyulue opened this issue 2 years ago • 0 comments

For the plot examples, if I create a Figure instance with layout='constrained', then the cell plots will not in the right cell as follows:

fig, ax = plt.subplots(figsize=(6, 10), layout='constrained')

# All the other code is the same as the plot example

image

Hope this issue can be fixed.

chenyulue avatar Apr 25 '23 07:04 chenyulue