Metadata-Version: 2.2
Name: easyfig
Version: 2.5.0
Summary: A simple simulation plotting tool with GUI. 适合科研人员的Python快速仿真绘图工具版本！A Python tool for researchers to create figures for academic papers!
Home-page: https://github.com/Jesse-tien/Easyfig
Author: Yu-Xin Tian
Author-email: neu.tianyuxin.2013@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: matplotlib
Requires-Dist: ipython
Requires-Dist: notebook
Requires-Dist: pyperclip
Requires-Dist: qrcode
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 十分钟搞定管科博弈决策论文数值仿真：Easyfig 使用说明【已更新至 2.5.0版本！】

工具安装方式：       
（1）安装Python，推荐最新版本即可。官网[https://www.python.org/](https://www.python.org/)     
（2）``Win+R``，输入``cmd``打开命令窗口（黑的），然后在命令窗口内输入：     
``pip install easyfig`` 或``pip install easyfig --upgrade``     
等待安装完成即可。

![img](https://gitee.com/yuxin-tian-neu/tyxmarkdown-pic/raw/master/20250401104557002.jpeg)

![img](https://gitee.com/yuxin-tian-neu/tyxmarkdown-pic/raw/master/20250401104603264.jpeg)

![img](https://gitee.com/yuxin-tian-neu/tyxmarkdown-pic/raw/master/20250401104619871.jpeg)

## 1. 完全没学过Python的同学，使用界面向导

本工具独创UI界面向导，无需输入代码，即可完成仿真绘图，并自动生成规范的Python代码。启动方式：       

**``Win+R``，输入``easyfig``回车，直接打开，非常简单！** **如果是Windows 11，直接在电脑自带的搜索框中搜索“easyfig”也可以打开（如图）。非常方便！**

![img](https://gitee.com/yuxin-tian-neu/tyxmarkdown-pic/raw/master/20250401104626066.jpeg)

使用方法：

见https://zhuanlan.zhihu.com/p/13270892122
