Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artmenlope authored Sep 23, 2020
1 parent 039bce8 commit ef80006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ Then, we could obtain the following plots:
![](cplotting-images/vector_cos.png) <br> `cplt.complex_vector_field(x, y, f, norm=False)` | ![](cplotting-images/vector_cmap_cos.png) <br> `cplt.complex_vector_field(x, y, f, cmap="hsv", norm=False)`
| :-------------: | :-------------: |
![](cplotting-images/vector_normalized_cos.png) <br> **`cplt.complex_vector_field(x, y, f, norm=True)`** | ![](cplotting-images/vector_cmap_normalized_cos.png) <br> **`cplt.complex_vector_field(x, y, f, cmap="hsv", norm=True)`**

<br>

---

If you are a beginner with complex functions you might also find useful: ["Plotting Complex Variable Functions"](https://artmenlope.github.io/plotting-complex-variable-functions/).

I would also like to recommend an online interactive book by Juan Carlos Ponce Campuzano called ["COMPLEX ANALYSIS - A Visual and Interactive Introduction"](https://complex-analysis.com/).

0 comments on commit ef80006

Please sign in to comment.