Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib histogram python

import pyplot from matplotlib as plt
plt.hist(x_axis_list, y_axis_list)
 
PREVIOUS NEXT
Tagged: #matplotlib #histogram #python
ADD COMMENT
Topic
Name
4+5 =