Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Dec 4, 2022
1 parent 59e902a commit 9ceb68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upsetplot/plotting.py
Expand Up @@ -569,7 +569,7 @@ def make_grid(self, fig=None):
if RENDERER_IMPORTED:
window_extent_args["renderer"] = get_renderer(fig)
figw = self._reorient(
fig.get_window_extent(**window_extent_args)).width
fig.get_window_extent(**window_extent_args)).width

sizes = np.asarray([p['elements'] for p in self._subset_plots])
fig = self._reorient(fig)
Expand Down

0 comments on commit 9ceb68e

Please sign in to comment.