Merge branch 'feature-adjustment-formula' into develop

This commit is contained in:
LSaldyt
2017-11-01 11:09:42 -07:00
4 changed files with 54 additions and 15 deletions

View File

@ -2,6 +2,8 @@ import matplotlib.pyplot as plt; plt.rcdefaults()
import numpy as np
import matplotlib.pyplot as plt
plt.style.use('dark_background')
def plot_imbedded(answers, status):
answers = sorted(answers.items(), key=lambda kv : kv[1]['count'])
objects = [t[0] for t in answers]