Plotting a simplex for three player evolutionary games with python.
!Needs python 3.5 or higher!
Takes an arbitrary 3d function of 3 parameters of the form
basic usage:
- initialize egtsimplex-object with function f(x,t)
- use the plot_simplex() method to plot the simplex
see file "./plot_example.py" for an example