Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib include first number in plotter

ax.set_xticks(np.arange(len(x)))
ax.set_xticklabels(x, rotation = 45)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #matplotlib #include #number #plotter
ADD COMMENT
Topic
Name
9+3 =