Kernel: Python 3 (system-wide)
In [0]:
In [6]:
Out[6]:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_48970/3244130731.py in <cell line: 34>()
32 plt.xlabel('Time')
33 plt.ylabel('Population')
---> 34 plt.tile('Lotka-Volterra Predator-Prey Model')
35 plt.grid()
36 plt.legend()
AttributeError: module 'matplotlib.pyplot' has no attribute 'tile'
In [4]:
In [5]:
Out[5]:
In [0]:
In [0]:
In [0]:
In [0]: