Skip to content

Commit

Permalink
doc : README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Aug 21, 2024
1 parent ad327ad commit 9f7845e
Showing 1 changed file 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,15 +114,15 @@ 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.F1)
>>> g.generate(mode=GenerateMode.F1_VS_INDEX)
>>> g.plot()
>>> g.seed
883114
>>> plt.show()
```
<img src="https://github.com/sepandhaghighi/samila/raw/master/otherfiles/images/10.png">

* Supported modes : `F1_VS_F2`, `F2_VS_F1`, `F1`, and `F2`
* Supported modes : `F1_VS_F2`, `F2_VS_F1`, `F1_VS_INDEX`, `F2_VS_INDEX`, `INDEX_VS_F1` and `INDEX_VS_F2`
* Default mode is `F1_VS_F2`

### Projection
Expand Down

0 comments on commit 9f7845e

Please sign in to comment.