# splot **Repository Path**: toy80/splot ## Basic Information - **Project Name**: splot - **Description**: Package splot provide a simple method to convert lines and points to gnuplot - **Primary Language**: Go - **License**: Unlicense - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2021-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # splot Go package splot can generate gnuplot files that contains simple 3D points and lines. 这个Go语言包可以用来生成包含简单的3D点和线的gnuplot图表文件. # example see [./toy80-splot-example](./toy80-splot-example/toy80-splot-example.go) the gnuplot file generated by the example: [./toy80-splot-example/quaternion.plt](./toy80-splot-example/quaternion.plt) ![quaternion.png](./toy80-splot-example/quaternion.png)