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 3270847 commit 8aa1abf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# complex-plotting-tools
Module for plotting complex-valued functions using different methods.
Module for plotting complex-valued functions of complex variable using different methods.

## Examples gallery

![](cplotting-images/domain_coloring.png) | ![](cplotting-images/domain_coloring_cmap.png)
| ------------- | ------------- |
![](cplotting-images/domain_coloring_illum.png) | ![](cplotting-images/domain_coloring_illum_logbrightness.png)
![](cplotting-images/plot3D_logmodeFalse.png) | ![](cplotting-images/plot3D.png)
![](cplotting-images/re_im.png) | ![](cplotting-images/re_im_contour.png)
![](cplotting-images/vector_cos.png) | ![](cplotting-images/vector_cmap_cos.png)
![](cplotting-images/vector_normalized_cos.png) | ![](cplotting-images/vector_cmap_normalized_cos.png)
![](cplotting-images/streamplot.png) | ![](cplotting-images/streamplot_modulus_lines.png)
![](cplotting-images/real_contour.png) | ![](cplotting-images/imag_contour.png)
![](cplotting-images/mod_contour.png) | ![](cplotting-images/both_contour.png)

0 comments on commit 8aa1abf

Please sign in to comment.