[solved]-Answer Unless Help X Axis Displaying Letter Y Axis Displaying Count Percentage Shown Pictu Q39041562
DO NOT ANSWER unless you can help with x-axisdisplaying the letter and y-axis displaying the count in percentageas shown on the picture.
Write a program that will create a histogram of the number oftimes each character occurs in a file. Checkhttps://en.wikipedia.org/wiki/Histogram andhttp://interactivepython.org/runestone/static/thinkcspy/Functions/ATurtleBarChart.htmlfor help. Your program will read any input text file and print thehistogram. If you have a huge file you should have a graph similarto: Note the y-axis shows the percentage of each letter. The heightof each bar is percentage of that letter. You program must show thegraph with percentage marks on y-axis and letters on the x-axis asshown in the graph below.

0.14 0.12 0.1 0.08 0.06 0.04 0.02 a b c d e f g h i j k l m n o p q r s t u v w x y z Show transcribed image text 0.14 0.12 0.1 0.08 0.06 0.04 0.02 a b c d e f g h i j k l m n o p q r s t u v w x y z
Expert Answer
Answer to DO NOT ANSWER unless you can help with x-axis displaying the letter and y-axis displaying the count in percentage as sho… . . .
OR

