From aa0463818427027d546a8338fea0f3e3ded8197c Mon Sep 17 00:00:00 2001
From: stonepage <1245835950@qq.com>
Date: Wed, 18 Dec 2019 12:39:17 +0800
Subject: [PATCH] =?UTF-8?q?PhotoelectricEffect/draw=20change=20=CE=A6=20to?=
 =?UTF-8?q?=20sqr=CE=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 PhotoelectricEffect/draw_ip.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PhotoelectricEffect/draw_ip.py b/PhotoelectricEffect/draw_ip.py
index 632f5e9..0b367d9 100755
--- a/PhotoelectricEffect/draw_ip.py
+++ b/PhotoelectricEffect/draw_ip.py
@@ -4,6 +4,6 @@ import sys
 sys.path.append('..')
 import quickmap
 
-x31,y31=[2,4,8],[66.0,234,906]
-x32,y32=[2,4,8],[22.3,85.1,341]
+x31,y31=[4,16,64],[66.0,234,906]
+x32,y32=[4,16,64],[22.3,85.1,341]
 quickmap.GetMultiMap(quickmap.GetLine(x31, y31, polyLine=True, poly_passO=False) + quickmap.GetLine(x32, y32, polyLine=True, poly_passO=False))
-- 
GitLab