Closed hsbang09 closed 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.
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.