From c5226f6fbdc31ad64511a5ebe437983d0a54ec06 Mon Sep 17 00:00:00 2001 From: Arturo Mena Date: Tue, 22 Sep 2020 21:12:16 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffaaae2..36086f6 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,19 @@ Module for plotting complex-valued functions of complex variable using different ## Examples gallery +#### Examples with the function + ![](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) + +#### Examples with the function + +![](cplotting-images/vector_cos.png) | ![](cplotting-images/vector_cmap_cos.png) +| ------------- | ------------- | +![](cplotting-images/vector_normalized_cos.png) | ![](cplotting-images/vector_cmap_normalized_cos.png)