adamerose / adamerose/PandasGUI

[Bug Report]: Gui Is Larger Than Physical Screen When DataFrames Are Loaded

未关闭
#224 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug
主要语言
Python
星标
3.3k
派生
239
PR 合并指标
30 天内没有已合并 PR

描述

**Describe the bug**
When at least one dataframe is loaded, the minimum size of PandasGui is larger than my physical screen (width). I'm unable to shrink it even when not putting it into fullscreen

**Environment**
OS: Linux laptop 5.10.0-12-amd64 #1 SMP Debian 5.10.103-1 (2022-03-07) x86_64 GNU/Linux
Python: Python 3.9.2
IDE: vs-code

**Package versions**
TO GET ALL RELEVANT PACKAGE VERSIONS, RUN THIS COMMAND IN BASH AND PASTE THE OUTPUT
pip freeze | grep -i "pyqt\|pandasgui\|plotly\|ipython\|jupyter\|notebook"

EXAMPLE OUTPUT
```
ipython==8.12.0
pandasgui @ git+https://github.com/adamerose/pandasgui.git@e71a97c5809b4e31d878ae08f06cc0a1ea6dc88f
plotly==5.14.1
PyQt5==5.15.9
PyQt5-Qt5==5.15.2
PyQt5-sip==12.12.0
PyQtWebEngine==5.15.6
PyQtWebEngine-Qt5==5.15.2
```

Here's a screenshot to show what it looks like.
![Screenshot_20230410_231031](https://user-images.githubusercontent.com/120563837/231046485-2fc95726-4c56-4dce-b4e4-f24257e79d87.png)

The code to load the dataframes looks like:
```Python
import pandasgui
# ...
dataframes: dict = get_dataframes(...)
pandasgui.show(**dataframes)
```

The dictionary is structured as:
```Python
{
"dataframe_one": pd.DataFrame,
"dataframe_two": pd.DataFrame,
"dataframe_three": pd.DataFrame,
# ...
}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。