Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib histogram

import pyplot from matplotlib as plt
plt.hist(x, bins=None, range=None, density=False, weights=None, cumulative=False, bottom=None, histtype='bar', align='mid', orientation='vertical', rwidth=None, log=False, color=None, label=None, stacked=False, *, data=None, **kwargs)
 
PREVIOUS NEXT
Tagged: #matplotlib #histogram
ADD COMMENT
Topic
Name
7+9 =