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()

log_gmv = np.log10(gmv_cr)

  • log10 meesho

Log10: Meesho Upd

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()

log_gmv = np.log10(gmv_cr)