Lorenzo Gaifas
Lorenzo Gaifas
I forgot about this tracking issue; I have a couple PRs following up on this: - #6840 is adding these (relatively small) - "ASYNC", # flake8-async - "EXE", # flake8-executable...
Not right now and it seems @dalthviz has a starting point. It would be good to see a PR with an example to see if this all makes sense!
*lol*, On my machine both left and right `Alt` work just fine xD
For me, all combinations work. No distinction between left and right Alt, Ctrl and Shift. Here's outputs of pressing first left then right keys, then some combinations ``` Key pressed...
Yeah, I disagree that this should be default behaviour. This also would make scripts non-deterministic (which we generally tried to avoid in the past), because just depending on the window...
A more reasonable approach might be to set the default field of view to something bigger.
The real issue that makes them invisible is that antialiasing is enabled, and it uses transparency which is broken in vispy. To get around this, there are two ways: 1....
@haesleinhuepf I'm a bit confused, your proposal and your examples seem to say different things to me. 1. The field of view *definitey* includes the zoom level, since higher zoom...
> The actual problem is that the points are too small in case of large images and too big in case of small images shown in the viewer. Then this...
> My intention was to make it easy for developers to show points that are just visible per default. If the user wanted to visualize points with specific sizes, they...