Sander de Snoo

Results 5 issues of Sander de Snoo

### Steps to reproduce 1. Create ScaledParameter 2. Change value of wrapped parameter 3. Take snapshot of ScaledParameter. => It contains the old value ### Expected behaviour It is expected...

Added support for NaN values in PColorMeshItem. Sometimes there is no valid data for some polygons in the mesh. The modification does not draw a polygon when the Z value...

The import of qcodes fails with Spyder 6, because add_to_spyder_UMR_excludelist raises an exception. This pull request fixes the code to work with Spyder 6.0. I've removed a bit of old...

This is a similar issue as #134. When I use a pyqtgraph PlotItem to add an ImageView, then the x-axis label gets partially covered. ![image](https://github.com/user-attachments/assets/752354b0-be93-4328-9aeb-ea4fd4d2567c) The fix is to add...

DelayedKeyboardInterrupt does not work with Spyder 6.0, because Spyder already installs its own handler for SIGINT. Other environment might do the same. The modified version checks if the installed interrupt...