Good morning to the community.

I would like to design a graph like this:Array

But I would like firm_performance as yaxis and intangible_assets as xaxis.

I runned this command but I have an error code: "industry: may not use time-series operators on string variables" r(109).
Code:
scatter firm_performance intangible_assets, ylabel(minmax) xlabel(minmax), mlabel(industry), lfit fir
> m_performance intangible_assets, clstyle(p2)