Peter Sobolewski

Results 493 comments of Peter Sobolewski
trafficstars

Here's a different inverted Purple-Orange option, also from ChrisLUT, where the 3rd color is a green (Fresh): ![tmpOPF](https://user-images.githubusercontent.com/76622105/188904909-e8432248-1847-48a6-a1e2-2778f4655cf7.png)

> Based on the discussion here and [on zulip](https://napari.zulipchat.com/#narrow/stream/215289-release/topic/0.2E4.2E17/near/297584783), I think the only thing left to do is add the colormaps. Is that right @psobolewskiPhD ? Can you get that...

I'm on Monterrey and also have white boxes where there used to be videos. Same on my phone. Common element: Safari Installed Chrome Version 99.0.4844.74 (Official Build) (arm64) and the...

I get a white square with a play icon in the middle and they work fine when clicked (same as Talley's video in the OP).

Looks good to me, macOS 12.3.1 safari Getting all the controls is nice!

I can reproduce this on my M1 mac (12.4, dev branch of napari). 3d mode works but then going back to 2d yields: `fish: Job 1, 'napari' terminated by signal...

> the problem seems to be with the surface layer. Yup, I can confirm this on both live and main.

Here's a simple reproducer: ``` import napari from napari.utils.colormaps import label_colormap import numpy as np vertices = np.array([[0, 0], [0, 20], [10, 0], [10, 10]]) faces = np.array([[0, 1, 2],...

I agree, the napari.org homepage shows how to use viewer.view_image to open a viewer with an image. Using add_image is the more typical use case, because you want to add...

I've had success with Fiji, by downloading with no JRE and using a native JRE (e.g. Azul). Works very well, nice speed up ~40% on a CPU computational task. Some...