() = open_plot; x = [1,2,4,16,25,36,49]; y = sqrt(x); _pgenv(min(x), max(x), min(y), max(y), 0, -1); _pgbox("",5,0,"GNM",1,0); _pgline(x,y);