Saturday, August 8, 2015

Creating basic charts in python

In this blog we will see how to draw a charts with the help of Pyhton

Let's start with the basic program

In the above graph we have asked python to draw a plot for the values of 3,2,5,0,1,3,5,6,8,4,10
then the above plot will be obtained .


In the previous blog we discussed about the counting of votes in this we are drawing a histogram using the radish.txt file based on the number of votes each category got.
As we know champion got the maximum number of votes we can see in the graph champion has the highest peak when compared to all others

No comments:

Post a Comment