add versionadded for legend kwarg

Co-authored-by: Jonathan Shimwell <drshimwell@gmail.com>
This commit is contained in:
Gavin Ridley 2023-04-17 12:17:09 -04:00 committed by GitHub
parent e4c3323601
commit f65de85f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -330,11 +330,12 @@ class Universe(UniverseBase):
Axes to draw to
.. versionadded:: 0.13.1
legend : bool
whether a legend showing material or cell names should be drawn
**kwargs
Keyword arguments passed to :func:`matplotlib.pyplot.imshow`
.. versionadded:: 0.13.4
legend : bool
Whether a legend showing material or cell names should be drawn
Returns
-------
matplotlib.image.AxesImage