heremaps / pptk

The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.
https://heremaps.github.io/pptk
MIT License
610 stars 112 forks source link

Issue with HiDPI on Linux #26

Open m-pilia opened 4 years ago

m-pilia commented 4 years ago

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