In [2]:
%pylab inline


Welcome to pylab, a matplotlib-based Python environment [backend: module://IPython.zmq.pylab.backend_inline].
For more information, type 'help(pylab)'.

In [3]:
%run ../game_theory.py

In [5]:
BimatrixTwoStrategyGame.battleofthesexes().plot_payoff_space()


Out[5]:

In [6]:
BimatrixTwoStrategyGame.prisonersdilemma().plot_payoff_space()


Out[6]:

In [7]:
BimatrixTwoStrategyGame.matchingpennies().plot_payoff_space()


Out[7]:

In [20]: