Dear all,
I know that Stata can use twoway function to plot the graph of explicit function, such as
but my question is that how can I plot the graph of implicit function?such as sin(x)*cos(y)+exp(y)*log(x)=0?
Can Stata plot this kind of graph?Any help will be appreciated.
Best
Raymond
I know that Stata can use twoway function to plot the graph of explicit function, such as
Code:
twoway function y=x
Can Stata plot this kind of graph?Any help will be appreciated.
Best
Raymond
Comment