randomSeed(5334)

xx= logspace(10,10000,50)
yy= 5 + randn(50) + 10* exp( -distance(50,25.,7.) )

ds= link( xx,yy )
plot( ds, renderType='stairSteps' )