Skip to content

Commit

Permalink
doc : generate_mode example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 12, 2024
1 parent 85cab4f commit 9f222ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ Samila is a generative art generator written in Python, Samila lets you create i
```pycon
>>> from samila import GenerateMode
>>> g = GenerativeImage(f1, f2)
>>> g.generate(mode=GenerateMode.F2)
>>> g.generate(mode=GenerateMode.F1)
>>> g.plot()
>>> g.seed
829730
883114
>>> plt.show()
```
<img src="https://github.com/sepandhaghighi/samila/raw/master/otherfiles/images/10.png">
Expand Down
Binary file modified otherfiles/images/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f222ef

Please sign in to comment.