hsbang09 / iFEED_experiment_result_analysis_2019

1 stars 1 forks source link

Line chart #9

Closed hsbang09 closed 5 years ago

hsbang09 commented 5 years ago

Implement a capability to generate line charts (example: https://python-graph-gallery.com/122-multiple-lines-chart/).

The function should take in pandas.DataFrame object as an input argument. The "condition" column should be used to group subjects.

The user can specify which columns will be used to generate the line chart, by providing the names of the columns (e.g. ["fcl","fpwc", "dcl","dpwc"]).

One line should be plotted for each subject. All lines corresponding to the subjects in one group should be colored in the same color.