17 lines
649 B
Markdown
17 lines
649 B
Markdown
# Scripts
|
|
Put all scripts that generate plots or tex files here.
|
|
You can run all files at once using `make scripts`
|
|
|
|
## Plots
|
|
For plots with `matplotlib`:
|
|
1. import `formulary.py`
|
|
2. use one of the preset figsizes
|
|
3. save the image using the `export` function in the `if __name__ == '__main__'` part
|
|
|
|
## Colorscheme
|
|
To ensure a uniform look of the tex source and the python plots,
|
|
the tex and matplotlib colorschemes are both handled in `formulary.py`.
|
|
Set the `COLORSCHEME` variable to the desired colors.
|
|
Importing `formulary.py` will automatically apply the colors to matplotlib,
|
|
and running it will generate `util/colorscheme.tex` for LaTeX.
|