Sharon
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...
https://github.com/modflowpy/flopy/blob/8084b677d9b5ebfe4f77f9c55604ea9579acfdcd/flopy/utils/util_array.py#L2299-L2305 This instantiates external files with constant array values.
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:  zoomed in:   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  Deconvolved  Also, once deconvolved, subsequent changes in deconvolution strength or FWHM does not seem to take...