hello..<br><br>i want to plot a distribution graph for following data:<br><b>elements: number of occurance:<br> a 2<br> b 4<br> c 1<br>
d 9<br> e 3</b><br> <br>( this a simple version)<br><br>the data is in a file , say abc.txt<br><br>how can i call/import the text file and draw an appropriate distribution graph in python ?<br>
can it be done using matplotlib ?<br><br>if yes , please give me the code for plotting the importing the text file and plotting the graph.<br><br>thanx<br><br>jhinak <br>