Skip to content
Snippets Groups Projects
Commit aa046381 authored by stonepage's avatar stonepage
Browse files

PhotoelectricEffect/draw change Φ to sqrΦ

parent 9c05b14f
No related branches found
No related tags found
No related merge requests found
......@@ -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))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment