Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove scientific notation python matplotlib

fig, ax = plt.subplots()
ax.plot(range(2003,2012,1),range(200300,201200,100))
ax.ticklabel_format(style='plain') #This is the line you need <-------
plt.show()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #scientific #notation #python #matplotlib
ADD COMMENT
Topic
Name
3+3 =