View Single Post
  #1  
Old 01-10-2012, 01:14 PM
hotshotiguana hotshotiguana is offline
Member
 
Join Date: Mar 2011
Posts: 22
Define tick positions for viz.SLIDER

Is there a way to define precise tick positions for a viz.SLIDER GUI element? For example, I want to only let someone move the slider to defined points along a linear space - numpy.linspace(0, 1, 26) - so I can easily get the index for the where the tick is located.

Any assistance is greatly appreciated.

Chris
Reply With Quote