Traceback (most recent call last): File "_:\style_sheets_reference.py", line 144, in fig = plot_figure(style_label=style_label) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "_:\style_sheets_reference.py", line 123, in plot_figure plot_histograms(axes[5], prng) File "_:\style_sheets_reference.py", line 88, in plot_histograms ax.hist(values, histtype="stepfilled", bins=30, alpha=0.8, normed=True) File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\__init__.py", line 1459, in inner return func(ax, *map(sanitize_sequence, args), **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\axes\_axes.py", line 6943, in hist p._internal_update(kwargs) File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\artist.py", line 1223, in _internal_update return self._update_props( ^^^^^^^^^^^^^^^^^^^ File "C:\Users\_____\AppData\Local\Programs\Python\Python311\Lib\site-packages\matplotlib\artist.py", line 1197, in _update_props raise AttributeError( AttributeError: Polygon.set() got an unexpected keyword argument 'normed'