Figure.subfigures dont show/update correctly #19947
Labels
Release critical
For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
topic: geometry manager
LayoutEngine, Constrained layout, Tight layout
Milestone
Bug report
Bug summary
When using Figure.subfigures(n, m) for any n or m larger than 2 the resulting figure does not draw properly when shown.
Instead only the subfigures at [0:2, 0] and [0:2, -1] are drawn properly.
Code for reproduction
######### for (n, m) figures
Actual outcome
Only the subfigures at [0:2, 0] and [0:2, -1] are drawn properly for any (n, m) figure.
Expected outcome
3x3 grid with the proper face colors. Similar results for 2x3 or 3x2 or larger grids.
Matplotlib version
import matplotlib; print(matplotlib.__version__)
): 3.4.1print(matplotlib.get_backend())
): module://backend_interaggBoth python and Matplotlib from conda with manual update to Matplotlib version 3.4.1
conda channel: conda-forge
The text was updated successfully, but these errors were encountered: