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 22, 2020
1 parent c5226f6 commit 5d2ff2d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# complex-plotting-tools
Module for plotting complex-valued functions of complex variable using different methods.

## Table of contents

- [Examples gallery](#Examples-gallery)
- [Examples 1](#Examples-1)
- [Examples 2](#Examples-2)

## Examples gallery

#### Examples with the function <img src="https://render.githubusercontent.com/render/math?math=f(z)%20%3D%20%5Cfrac%7B(z%5E2-1)(z-2-1j)%5E2%7D%7Bz%5E2%2B2%2B2j%7D">
### Examples 1

<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=%5Cmathbf%7Bf(z)%20%3D%20%5Cfrac%7B(z%5E2-1)(z-2-i)%5E2%7D%7Bz%5E2%2B2%2B2i%7D%7D">
</p>

![](cplotting-images/domain_coloring.png) | ![](cplotting-images/domain_coloring_cmap.png)
| ------------- | ------------- |
Expand All @@ -14,7 +24,11 @@ Module for plotting complex-valued functions of complex variable using different
![](cplotting-images/real_contour.png) | ![](cplotting-images/imag_contour.png)
![](cplotting-images/mod_contour.png) | ![](cplotting-images/both_contour.png)

#### Examples with the function <img src="https://render.githubusercontent.com/render/math?math=f(z)%20%3D%20%5Ccos%20z">
### Examples 2

<p align="center">
<img src="https://render.githubusercontent.com/render/math?math=%5Cmathbf%7Bf(z)%20%3D%20%5Ccos%20z%7D">
</p>

![](cplotting-images/vector_cos.png) | ![](cplotting-images/vector_cmap_cos.png)
| ------------- | ------------- |
Expand Down

0 comments on commit 5d2ff2d

Please sign in to comment.