Bokeh Survey Functionality

About Page

I am creating this page to test out how I am going to show survey results using Bokeh. There are two main types of survey responses that need to be shown:

  1. Dimensionality Reduction Plots: for survey questions where the survey response is embedded into a numerical vector of some length and must be dimensionality reduced in order to show on a plot.
  2. Histogram Plots: For survey questions where the responses are numerical or able to be grouped into bins. This survey response type should be used for Date questions, Datetime questions, time questions, range questions, month questions, selection questions, and number questions
  3. Bar Charts: for survey questions like multiple choice questions, ranking questions, and checkbox questions, where you want to show how many times an option was selected (or how frequently an option was ranked in a certain position in the case of ranking questions).

Bokeh Text

Histogram Functionality

Dimensionality Reduction Functionality

Bar Chart Functionality

Color Question Functionality