Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Where do you call the function that asks the user for their color choice? Would you not just want to call self.userColorChoice() and then look at self.get_colormap()? Commented Mar 4, 2018 at 18:05
  • self.userColorChoice() is connected to a button. Whenever the user clicks on the button, the color choice changes Commented Mar 4, 2018 at 18:13