Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove exponent pandas plot

plt.plot(arange(0,100,10) + 1000, arange(0,100,10))
ax = plt.gca()
ax.get_xaxis().get_major_formatter().set_useOffset(False)
plt.draw()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #remove #exponent #pandas #plot
ADD COMMENT
Topic
Name
8+5 =