Try with the following code snippet: ``` << JavaGraphics` g[x_,y_]:= 6 Exp[x^3] Sin[y] Plot[g,{x,-20,20,{y,-20,20},PlotRange=All}] ``` In vscode:  In MMA notebook: 