We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picking up from the new "Character_" columns from Joel's branch, work needs to be done in Vis.py to read in the CSV and do the following:
Find a way to add to the global _Fields variable/create a new variable list;
Run the data through same/similar functions to parse the data into similar chunks as existing elements in "_Fields";
Calculate the geometric mean of characters' speech participation in each chunk;
Create two button groups using the Bokeh "Select" Widget which will give the user the ability to select two characters at a time;
Ensure that these new features are incorporated into the ratio feature of the existing code;
Create a function that builds a stacked area plot to display up to two selected characters, based on the calculations for geometric mean.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Picking up from the new "Character_" columns from Joel's branch, work needs to be done in Vis.py to read in the CSV and do the following:
Find a way to add to the global _Fields variable/create a new variable list;
Run the data through same/similar functions to parse the data into similar chunks as existing elements in "_Fields";
Calculate the geometric mean of characters' speech participation in each chunk;
Create two button groups using the Bokeh "Select" Widget which will give the user the ability to select two characters at a time;
Ensure that these new features are incorporated into the ratio feature of the existing code;
Create a function that builds a stacked area plot to display up to two selected characters, based on the calculations for geometric mean.
The text was updated successfully, but these errors were encountered: