hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
82 stars 27 forks source link

Cleanup csv_to_tikz.py #7

Closed marcelja closed 4 years ago

marcelja commented 4 years ago

Remove all magic numbers, remove unused functions

Add information to readme about how to generate diagrams

python3 csv_to_tikz.py tpcds.csv tpcds_cost.tex cost
pdflatex tpcds_cost.tex
Bensk1 commented 4 years ago

Since we plot with matplotlib in Jupyter notebooks now, this is fine.