plottable
plottable copied to clipboard
figure layout setted to 'constrained' misplaces the cell plots
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

Hope this issue can be fixed.