mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-14 20:09:15 +02:00
Figures: Simple Correlation figures
This commit is contained in:
parent
4fa10f59c1
commit
821a2a340b
4 changed files with 266 additions and 0 deletions
12
figures/methods/correlation/Makefile
Normal file
12
figures/methods/correlation/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
.PHONY: all
|
||||
|
||||
all: pdf png
|
||||
|
||||
pdf png : src/correlation_figure.py
|
||||
$< waveforms.$@ correlation.$@
|
||||
|
||||
waveforms.pdf correlation.pdf : src/correlation_figure.py
|
||||
pdf
|
||||
|
||||
waveforms.png correlation.png : src/correlation_figure.py
|
||||
png
|
Loading…
Add table
Add a link
Reference in a new issue