silx
silx copied to clipboard
silx toolkit
There is maybe a way to reuse the mask profile when the side histograms are displayed There is probably a way to display something cleaner. 
Any idea how, or if we could integrate that in silx?
With the years of practice, i think the colormap dialog is mostly there to deal with the level of the image. That is why i have changed this icon in...
As far as i can see the density filter is only used by the exemple `imageview.py` It would be convenient to expose it by default.
Closes #3888 This PR mostly provides extra validators that i have designed during the years. It allows configurable behaviours like: - Empty input as `None` - Fast edition of the...
The composite item does not store the data the way it is expected by the `ColormapDialog`. As result it fails when we use the fixed scale tool from the `ColormapDialog`...
This PR feature a `Group` plot item together with an example. It is an intermediate implementation which doesn't stores the item as a tree representation, but instead still use the...
A common problem is to provide a convinient `FloatEdit` widget The actual one could be improved. Some code from pyFAI, ID16 could be reused. - Support optional value else `None`...
I have this request for Flint https://gitlab.esrf.fr/bliss/bliss/-/issues/3398 I could use a scatter but the rendering will probably not be very good. Any idea if we could imagine such item in...
It could be interesting to add an extra tick mode for durations if it is not too complex to implement, as we already have a tickmode for time series. Right...