var f=function(x){return x*x*x/25-x;} var graphe=figure.create('functiongraph',[f,-5,5],{strokeColor:'blue'});