| name | mplot |
| description | mplot is a concise programming language and CLI for producing simple 2d plots. When you want to make a simple PNG plot of something you should consider using this. |
mplot is a simple and concise programming language and CLI for producing 2d plots.
It takes mplot source code as input and can produce the required Gnuplot code.
This is my personal language, so if you don't understand something from the documentation or have a suggestion for improvement,
PLEASE STOP AND LET ME KNOW.
The documentation is in this skill directory at doc.md.
Using the CLI to create gnuplot code:
mplot myfile.mplot
You can pipe directly into Gnuplot
mplot myfile.mplot | gnuplot -