hi all,<br><br>I am working on some graph stuffs and stuck at a point.<br><br>I am trying to plot a histogram using simple :<br><br><i>import matplotlib.pyplot as plt<br>.<br>.<br>plt.hist(x,bins=10,histtype='bar')<br>
plt.show<br></i><br>but i want to know<br><br>1) what is the value of a particular bar in histogram and also want to print in on output image along with the bars ( either at top of bar or at bottom)<i><br><br></i>2) How to give input of 2 types of dataset in single  hist() command , so that i can compare 2 different dataset side by side on my output image. ( i dont want it on top of each other  as given by the command     <em>histtype</em>: [ ‘barstacked’]   )<br>
<br><br><br>thanx <br><br><br>ankita<br>