Sharon

Results 7 issues of Sharon

I am using PolyLineROI to allow the users to edit plot data by dragging on handles or making new segments. To edit a new plot, I update the ROI with...

ROI

https://github.com/modflowpy/flopy/blob/8084b677d9b5ebfe4f77f9c55604ea9579acfdcd/flopy/utils/util_array.py#L2299-L2305 This instantiates external files with constant array values.

question

If you run my example of Quad mesh: https://github.com/sharon92/pygfx/blob/main/examples/other/MeshQt6.py and try to zoom in from a low angle (I don't know how to describe this, but if you come in...

Overlayed opaque object doesn't display properly when zoomed out. zoomed out: ![image](https://github.com/pygfx/pygfx/assets/51754340/8d84a00e-097a-454c-8974-b6e940c1d061) zoomed in: ![image](https://github.com/pygfx/pygfx/assets/51754340/e9659de4-6579-4b4d-9eba-0053bdf1d146) ![image](https://github.com/pygfx/pygfx/assets/51754340/72419811-6efb-47f4-9725-b06a4a5057d2) I have played a bit with depth_range but I can't get it to render...

I am plotting flow velocity as vectors in my river model like this: ``` times, vals = readData(path, scalar=False) self.vecVals = vals pos = self.obj[self.aktiv]["verts"] posv = pos.copy() posv[:, :2]...

While creating a surface plot for an image with dimensions `(3,3344,5822)`, a `GPUValidationError` is thrown. The limits seems to be set at 2048, could this be changed dynamically? Code Snippet:...

Just a feedback that Deconvolution introduces colour changes on some stars. Original ![Image](https://github.com/user-attachments/assets/9e8d4d26-bef0-4ce1-b7e4-31fa878d48d0) Deconvolved ![Image](https://github.com/user-attachments/assets/1b3c67b1-9122-47d8-bf97-14c0c84c8540) Also, once deconvolved, subsequent changes in deconvolution strength or FWHM does not seem to take...