Connor Scully-Allison

Results 5 issues of Connor Scully-Allison

The CCT visualization now supports auto-updating. If the user places a "?" in front of the input variable name passed as an argument to the visualization it will reload automatically...

Apply .nice() to histogram axes in tree visualization to mitigate overlap and other visual unpleasantness.

Added a global configuration manager. Features added: 1. A configuration manager class a. Basically a dictionary we can validate input on and format output 2. A validation class which performs...

In the from_literal reader we should verify that a graph literal has all necessary fields and is soundly constructed. If not we can throw detailed error messages.

Olga mentioned that some Hatchet users would like to perform operations on a graph frame without it returning a new one. If we follow Pandas' lead this could be handled...