We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc1c7f commit 800de5dCopy full SHA for 800de5d
plotpy/tests/vistools.py
@@ -31,7 +31,7 @@ def show_items(
31
winsize: tuple[int, int] | None = None,
32
) -> PlotDialog:
33
"""Show plot items in a dialog box"""
34
- winsize = (800, 600) if winsize is None else winsize
+ winsize = (640, 480) if winsize is None else winsize
35
win = make.dialog(
36
edit=False,
37
toolbar=True,
0 commit comments