Home Work 1

Sandeep Vanga

Code for this home work can be found here.

C-level Functionality

Customization

  1. Frequency of Y-Axis tick labels is modified
  2. Number of decimal points of Y-Axis tick labels is changed to 2
  3. Font family and size of Y-Axis tick labels is altered
  4. Length of inner and outer tick marks of Y-Axis differs
  5. Position of Y-Axis label is changed
  6. Vowels are displayed in steel blue color and consonants are displayed in light blue
  7. Letters are sorted in alphabetical order to begin with

B-level Functionality

A-level Functionality

Discussion

This visualization displays count of alphabets obtained from query string. In case the query string is empty, The default query string used is "Default Letters". I chose to display Vowels in steel blue and consonants in light blue to differentiate between them.

I also increased the font size of Y-Axis tick labels. I reduced the frequency of tick labels on Y-Axis as I 'm displaying the exact count when mouse is hovered over the bar. I used tool tip and red-colored text to highlight exact count of the bar. I added two seperate buttons to sort the bars by value or alphabet.