sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
2.03k stars 204 forks source link

Plot() result is not visible on VSCode. #896

Closed AllyHyeseongKim closed 2 years ago

AllyHyeseongKim commented 2 years ago

Describe the bug https://github.com/sfu-db/dataprep/blob/4309f768710cb88ddd851deb2e6be0bba56512c4/dataprep/eda/create_diff_report/templates/styles.html#L16-L23 When we use VSCode, due to the setting of the width and justify-content: center of the .vp-plot, the right side of the picture is not visible.

To Reproduce Steps to reproduce the behavior:

`dataprep.eda.plot({dataframe})`

Screenshots

스크린샷 2022-05-11 오후 3 38 29

Desktop (please complete the following information):

with @yesulpark, @spear011

yesulpark commented 2 years ago

Describe the bug

Windows also have the same problem at vsc. Additionally both environment use jupyter notebook(.ipynb) file in vsc.

Screenshots image

Desktop OS: Microsoft Windows 11 Home(version 10.0.22000/build 22000) Browser chrome Platform VSCode Platform Version 1.67.1 (Universal) Python Version 3.8.13 Dataprep Version 0.4.3a1

AllyHyeseongKim commented 2 years ago

It seems that the center alignment of the .vp-plot causes the problem.

osbm commented 2 years ago

Yes, i am using VSCode on Kubuntu and also this happens.