pptk icon indicating copy to clipboard operation
pptk copied to clipboard

Issue with HiDPI on Linux

Open m-pilia opened this issue 4 years ago • 0 comments

It seems there is an issue with HiDPI scaling on Linux.

How to reproduce

I got the following on Arch Linux, KDE, monitor resolution 3200x1800, scale factor set to 2.0 through KScreen settings.

import numpy as np
import pptk
x = np.random.rand(100, 3)
v = pptk.viewer(x)

Screenshot_20191128_120849

m-pilia avatar Nov 28 '19 10:11 m-pilia