Python绘制三维图形
| 2024-2-6
Words 113Read Time 1 min
type
Post
status
Published
date
Nov 8, 2021
slug
summary
Python绘制三维图形
tags
实用教程
Python
category
技术分享
icon
password
需要安装numpy和matplotlib库,我都是pip库安装,这样比较简单。

这是最终效果

notion image
参考自《Python可以这样学》414页
Loading...