知道l c h值,怎么画这个图呢?
Python 第三方模块 绘图 Matplotlib模块 绘图3(极坐标图,热力图,箱线图)_EdVzAs的博客-CSDN博客 1.绘制极坐标线形图:matplotlib.pyplot.polar(<theta>,<r>[,**kwargs]) #参数说明: theta:指定θ坐标,单位为弧度;为数组 #起始位置为正右方,>0表示逆时针旋转,<0表示顺时针旋转 r:指定r坐标;为数组 kwargs:指定其他参数(见下表1,即下图1~2)>>> import numpy as np>>> import m https://blog.csdn.net/weixin_46131409/article/details/107043647有帮助望采纳