2025-02-02 22:59:33 +01:00

10 lines
246 B
Markdown

# Scripts
Put all scripts that generate plots or tex files here.
## Plots
For plots with `matplotlib`:
1. import `plot.py`
2. use one of the preset figsizes
3. save the image using the `export` function in the `if __name__ == '__main__'` part