Skip To Main Content

Logo Image

Log10 Meesho [verified] Page

log_gmv = np.log10(gmv_cr)

plt.plot(years, log_gmv, marker='o') plt.title("Meesho GMV on log10 scale") plt.ylabel("log10(GMV in INR Cr)") plt.xlabel("Fiscal Year") plt.grid(True) plt.show() log10 meesho

Logo Title

log_gmv = np.log10(gmv_cr)

plt.plot(years, log_gmv, marker='o') plt.title("Meesho GMV on log10 scale") plt.ylabel("log10(GMV in INR Cr)") plt.xlabel("Fiscal Year") plt.grid(True) plt.show()