temp

Python code posted
created at 09 Mar 13:40

Edit | Back
1
2
3
library(ggplot2);
data(tips);
p0 = qplot(total_bill, tip, data = tips);
73 Bytes in 2 ms with coderay