Skip to content

Commit

Permalink
add example to Array class
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jul 20, 2024
1 parent 28a4f05 commit 068dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleopatra/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def __init__(
>>> import numpy as np
>>> arr = np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]])
>>> array = Array(arr)
>>> array.plot()
>>> fig, ax = array.plot()
.. image:: /_images/image-plot.png
:alt: Example Image
Expand Down

0 comments on commit 068dbaa

Please sign in to comment.