https://github.com/ggrbill/phd-plot-scripts
My personal plot scripts used to generate graphs for my PhD Thesis
https://github.com/ggrbill/phd-plot-scripts
hacktoberfest matplotlib numpy python
Last synced: 3 months ago
JSON representation
My personal plot scripts used to generate graphs for my PhD Thesis
- Host: GitHub
- URL: https://github.com/ggrbill/phd-plot-scripts
- Owner: ggrbill
- License: mit
- Created: 2021-10-12T15:10:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T17:10:10.000Z (over 3 years ago)
- Last Synced: 2025-01-10T01:28:12.421Z (about 1 year ago)
- Topics: hacktoberfest, matplotlib, numpy, python
- Language: Python
- Homepage:
- Size: 49.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhD-plot-Scripts
My personal plot scripts (in `python`) used to generate graphs for my PhD Thesis (2016).
This repo contains two folders:
- `src`: All python scripts. They use `numpy` and `matplotlib` to manipulate data and plot the graphs.
- `data`: Some `.csv` files examples with data that will be used by the scripts
PS: The scripts are a little bit old, if your are going to use it perhaps it would be better to make some refactors to optimize them.