i have this code sns.scatterplot(x="Profit_growth",y="Revenue_growth",data=df,hue="Category",palette='pastel') plt.show()
sns.scatterplot(x="Profit_growth",y="Revenue_growth",data=df,hue="Category",palette='pastel') plt.show()
and get this graph
can i plot legend replace each point in graph (like this)
i want to make BCG matrix