Hello, any idea on how to graph the following function:
y=35+2x^2-ln(x*3)

I tried this:
twoway function y=35+2x^2-ln(x^3), range (0 1)
error in expression: 35+2x^2-ln(x^3)

Thanks in advance