• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






value7

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

01 2023 档案

 
[转载]python求 任意两平面的夹角
摘要:1 import math#引入math模块 计算角度用 2 class point(object):#定义空间点类 3 """docstring for point""" 4 def __init__(self,x,y,z,name): 5 self.x = x 6 self.y = y 7 se 阅读全文
posted @ 2023-01-31 15:45 苏芮 阅读(160) 评论(0) 推荐(0)
【matplotlib】/【plt】中文设置为宋体,英文为Time New Roman
摘要:转载自 https://blog.csdn.net/baidu_38963740/article/details/123839178 python中用matplotlib库画图时,把中文设置为宋体,英文设置为Time New Roman,有时候还需要显示公式。设置方法如下: 1 import mat 阅读全文
posted @ 2023-01-28 22:02 苏芮 阅读(2444) 评论(0) 推荐(1)