Simple one-line plotting tool
- Install Rust via Rustup
- Compile the project with:
cargo build --release
- Place the executable file in directory: /usr/local/bin (for Linux)
For Windows: place the executable file in any convenient directory, after that add PATH to your Environment variables
- Download the executable from the Release section
- Place the executable file in directory: /usr/local/bin (for Linux)
For Windows: place the executable file in any convenient directory, after that add PATH to your Environment variables
plt <name_of_the_file>
The program is allowed to draw plots of files that look like this:
# comment
# comment
123 453
# comment
4543 567
946 601
...