gdw:图形绘图Python脚本

时间:2024-04-21 07:54:01
【文件属性】:

文件名称:gdw:图形绘图Python脚本

文件大小:14KB

文件格式:ZIP

更新时间:2024-04-21 07:54:01

Python

绘图图 该项目包含一个图形绘制程序。 根目录gdw /由以下内容组成: modules / :包含项目模块。 samples / :包含存储在文本文件中的样本图。 Makefile :清理项目的指令集。 README.md :有关项目的常规信息。 draw.py :主要的可执行脚本。 该项目适用于Windows和GNU / Linux 。 此外,还需要使用argparse和matplotlib库,以及构建工具make 。 它唯一可用的目标是clean ,它将删除所有临时目录。


【文件预览】:
gdw-main
----README.md(644B)
----draw.py(2KB)
----modules()
--------read.py(2KB)
--------graph.py(2KB)
--------__init__.py(141B)
--------layout.py(9KB)
----samples()
--------node.txt(5B)
--------pentagonal_prism.txt(80B)
--------heptagon.txt(42B)
--------star.txt(2KB)
--------cosmos.txt(96B)
--------triangle_net.txt(95B)
--------decahedron.txt(74B)
--------octahedron.txt(60B)
--------empty.txt(0B)
--------ball.txt(794B)
--------square_prism.txt(104B)
--------k4.txt(32B)
--------cube.txt(64B)
--------k8.txt(128B)
--------cylinder.txt(865B)
--------net.txt(156B)
--------cycle.txt(870B)
--------nodes.txt(24B)
--------wheel.txt(2KB)
--------edge.txt(8B)
--------potato.txt(416B)
--------stars.txt(116B)
--------globe.txt(928B)
--------path.txt(58B)
--------k5.txt(50B)
----Makefile(951B)

网友评论