silx
silx copied to clipboard
silx toolkit
Closes #4024 This API was exposed but not propagated the the backend. Notice that the default marker size was not the same in mpl and opengl. That's something which have...
Silx uses now the mpl offset mode. I think it could be tricky for people to notice that. Here is a proposal to hilight this special mode. - [ ]...
I haven't checked where does it come from. I think this pan should be a default interaction like the zoom on mouse wheel
If you set `marker.setSymbolSize(20)` it is the same as doing nothing, the marker will stay at size 10.0 (size 11 in the opengl backend) ``` marker.setSymbolSize(20) # noop ```
Hi, I am displaying a lot of polylines `Shape` to mark some locations in an image. It sounds like it slow down a lot the rendering. Playing with the flag...
Changelog: LZ4 compressor on GPU * [ ] OpenCL code targeted to run on GPU * [X] Find position of interest * [X] Create segment descriptor (position in input, length...
``` def log_profile(self): """If we are in profiling mode, prints out all timing for every single OpenCL call :param stats: if True, prints the statistics on each kernel instead of...
Sounds like the position of the marker is the only thing checked to compute the visibility. If the marker have some text displayed, the bounding box of the text is...
One of the annoying issue is that the fit tool creates new items on the plot. That's not very easy to clean up that. Up until now i was flagging...
I have this feature to provide in Flint https://gitlab.esrf.fr/bliss/bliss/-/issues/3399 Sounds like it is not really easy to do with the actual silx API. - Because the manager does not import...