Desktop tools
- R with ggplot2 package
- Excel with pivot tables and charts
- R based
- Python based
- IPython Notebook
Data storage tools:
win.metafile("file name.emf",width=17, height=9) # width and height in inches,
# You can divide by 72 to have the size in pixel
ggplot() + geom_line(data=dtf, aes(...))
dev.off()