def fixed_point()

in history/graph.py [0:0]


def fixed_point(x):
    return 1 / (
        1 + np.exp(-0.6 * (x - 5))
    )  # Logistic growth centered around x = 5