From 7cc2d2ff72c6322a352938a81ba348c6cfce037e Mon Sep 17 00:00:00 2001 From: SaisakthiM Date: Mon, 5 May 2025 11:53:29 +0530 Subject: [PATCH] Update README.md My change is a grammar change we can use anyhow but it is confusing for some people So i proposed "out how" instead of "anyhow" Read this and make your changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efc9148..047b1fe 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ jplt.plot1_at(image,ang_xs, ### Jupyter Notebook Usage -For jupyter support you can render images anyhow you like. One of the simplest is to use the blend2PIL function depening on Pillow package which will blend all the plot layers into a single PIL image buffer which you display in notebook +For jupyter support you can render images out how you like. One of the simplest is to use the blend2PIL function depening on Pillow package which will blend all the plot layers into a single PIL image buffer which you display in notebook ```python import numpy as np