https://github.com/hansbug/graphs_for_pager
Auto-generating of the graphs used in my paper
https://github.com/hansbug/graphs_for_pager
Last synced: 5 months ago
JSON representation
Auto-generating of the graphs used in my paper
- Host: GitHub
- URL: https://github.com/hansbug/graphs_for_pager
- Owner: HansBug
- License: apache-2.0
- Created: 2022-01-21T06:32:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T04:55:42.000Z (over 4 years ago)
- Last Synced: 2025-05-21T14:22:03.304Z (about 1 year ago)
- Language: Makefile
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graphs_for_pager
Auto-generating of the graphs used in my paper
Install the requirements
```bash
sudo add-apt-repository -y ppa:inkscape.dev/stable
sudo apt-get update -y
sudo apt-get install -y make wget curl cloc graphviz librsvg2-bin inkscape # graphviz and inkscape is necessary
pip install plantumlcli # python should be 3.6 or higer version
```
Check the requirements
```bash
make -v
dot -v
rsvg-convert -v
inkscape -V
plantumlcli -v
plantumlcli -c # make sure plantumlcli is runnable
```
Then have fun with it
```bash
make build # build all the graph to png, svg and pdf format
make clean # clean all the build dists
```