# File rbSnack/tkSnackUtil.rb, line 337 def plotFormant f1, f2, colour="#F00" if @worldFrame[0]<f1 and f1<@worldFrame[2] and @worldFrame[1]<f2 and f2<@worldFrame[3] x, y = getX(f1), getY(f2) TkcOval.new(self,x-5,y-5,x+5,y+5){ fill colour} end end