make_aggregate_plots module¶
Created on Tue Aug 20 22:15:25 2019
@author: Daniel
-
make_aggregate_plots.
plot_convo_length
(convos)¶ Scatter plot of number of words vs duration of conversations
- Parameters
convos (list) – list of conversation dictionaries (see TextSummary class).
- Returns
None. Opens plot.
-
make_aggregate_plots.
plot_convo_words
(convos, names)¶ Scatter plot of number of words per conversation.
- Parameters
convos (list) – list of conversation dictionaries (see TextSummary class).
names (list) – [person on x axis, person on y axis].
- Returns
None. Opens plot.
-
make_aggregate_plots.
plot_totals
(ts_dict)¶ Plot the total statistics (number of words, number of texts) per person.
- Parameters
ts_dict (dict) – {“PersonName”: TextSummary for that person}.
- Returns
None. Opens plot.