Closed jeffctaylor closed 8 years ago
I forgot that the code for the above commands is not in the develop branch yet. I just submitted a PR to get the code in; you can also just compile from the jeff branch to get the code.
I believe this is not a bug, but working as expected. First, setContourLevelMin should generate an error since you are trying to set a minimum contour level less than the maximum. Second, you will notice that when you report that the GUI is not updating that you are looking at the "Default" which is the screen used for generating a contour set. If you change the combo box to 'contour1', which is the one you generated, you will see the values you set.
Okay, that works for me. I never thought about what was actually in the combo box, but that makes sense. I'll close this issue.
This is similar to past issues with both the colormap (#25) and histogram (#19).
Here are some scripted commands that will demonstrate the problem. First of all, to get the application started, follow the instructions at the beginning of this iPython notebook. If you have a favourite image for contours, set the
imageFile
variable to point to that image. Now try the following commands: