-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Grapher does not render images #214
Comments
Doesn't work or me either: python==3.10.9 OS: Manjaro Linux x86_64 |
Same thing for me. The only graph that works is scatter. All other seem to fail because a list of dataframe columns name is passed as the "x" argument for plots instead of a single string for the column name. |
I got the same problem. And an exported html worked fine in my browser. So I worked it out like that: This line
should become
I edited it locally and tested on https://github.com/adamerose/PandasGUI/blob/master/pandasgui/widgets/grapher.py. The visualization problem has gone away. |
I do have exactly the same issue, but with a different OS: do you have any idea how to solve it? I already have done: $env:QTWEBENGINE_CHROMIUM_FLAGS = "--enable-logging --log-level=3 --no-sandbox" |
The grapher in pandasgui does not work: the image does not render. Neither empty axes, nor any graphs with data.

Environment
OS: Ubuntu 22.04
Python: 3.9.13 (but tested on 3.8.* and 3.10.* too)
IDE: Pycharm (but tested in plain teriminal, either python, or ipython)
Package versions
The text was updated successfully, but these errors were encountered: