hsbang09 / iFEED_experiment_result_analysis_2019

1 stars 1 forks source link

Histograms for survey data #6

Closed hsbang09 closed 4 years ago

hsbang09 commented 5 years ago

Implement the capability to easily draw a histogram using the user survey data. The new functions should be inside visualization.py, and have a similar structure as designSynthesisScatter() and drawScatter(). There should be a drawHistogram() function that draws a basic histogram. Then there should be separate functions to handle the following data:

The histogram may be plotted using pyplot (https://matplotlib.org/3.1.0/gallery/statistics/hist.html) or other libraries such as seaborn (https://seaborn.pydata.org/examples/color_palettes.html)

hsbang09 commented 5 years ago

Extra: Make it possible to generate multiple histograms when groups of subjects are passed as arguments

For example: https://seaborn.pydata.org/examples/grouped_barplot.html