plt 绘制矩形框
import matplotlib.pyplot as plt
import matplotlib.patches as mpathes
import numpy as np
import math
x = 6.53023
y = 3.970426
l = math.sqrt(1+2.5*2.5)
angle_1 = 0.5194235
angle_2 = math.atan(1/2.5)
point_start = (x-l*math.cos(angle_1+angle_2), y-l*math.
原创
2021-04-22 10:38:14 ·
3561 阅读 ·
0 评论