from visual.graph import * c=gdots() for a in arange(2,4,0.01): xA = 0.25 for j in range(200): xA = a*xA*(1.-xA) if (j>150): c.plot(pos=(a,xA))